From b05adc33b1851a1520ea6d4077daa4db5b950f6c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 13 Aug 2015 14:13:19 -0300 Subject: [PATCH] Bug 13791: koha-plack documentation --- debian/docs/koha-plack.xml | 108 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 debian/docs/koha-plack.xml diff --git a/debian/docs/koha-plack.xml b/debian/docs/koha-plack.xml new file mode 100644 index 0000000..a9852cd --- /dev/null +++ b/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 + + + + + +
-- 2.5.0