@@ -, +, @@ --- debian/docs/koha-plack.xml | 108 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 debian/docs/koha-plack.xml --- a/debian/docs/koha-plack.xml +++ a/debian/docs/koha-plack.xml @@ -0,0 +1,108 @@ +
+koha-plack + +Koha is the first free software library automation package. + + The Koha community + http://koha-community.org/ + + + + + + + koha-plack + 8 + + + + koha-plack + Manage Plack for Koha instances. + UNIX/Linux + + + + + koha-plack + + | + | + | + | + | + | + || + + instancename + + + + Options + + + + + + + Start the Plack daemon for the desired Koha instances. + + + + + + + Stop the Plack daemon for the desired Koha instances. + + + + + + + Restart the Plack daemon for the desired Koha instances. + + + + + + + Enable the use of Plack for the desired Koha instances. + + + + + + + Disable the use of Plack for the desired Koha instances. + + + + + + + Make the script quiet about non existent instance names. Useful when calling koha-plack from another scripts. + + + + + + + Show usage information. + + + + + + + Description + The koha-plack script lets you manage your Koha instances Plack daemon. + + + See also + + /etc/default/koha-common + + + + + +
--