1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-plack</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-plack">
14 <refentrytitle>koha-plack</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-plack</refname>
20 <refpurpose>Manage Plack for Koha instances.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-plack</command>
27 <arg choice="req" rep="norepeat">
28 <option>--start</option>|
29 <option>--stop</option>|
30 <option>--restart</option>|
31 <option>--enable</option>|
32 <option>--disable</option>|
33 <option>--help</option>|<option>-h</option>
34 |<option>--quiet</option>|<option>-q</option>
36 <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
40 <refsect1><title>Options</title>
45 <term><option>--start</option></term>
47 <para>Start the Plack daemon for the desired Koha instances.</para>
52 <term><option>--stop</option></term>
54 <para>Stop the Plack daemon for the desired Koha instances.</para>
59 <term><option>--restart</option></term>
61 <para>Restart the Plack daemon for the desired Koha instances.</para>
66 <term><option>--enable</option></term>
68 <para>Enable the use of Plack for the desired Koha instances.</para>
73 <term><option>--disable</option></term>
75 <para>Disable the use of Plack for the desired Koha instances.</para>
80 <term><option>--quiet|-q</option></term>
82 <para>Make the script quiet about non existent instance names. Useful when calling <command>koha-plack</command> from another scripts.</para>
87 <term><option>--help|-h</option></term>
89 <para>Show usage information.</para>
96 <refsect1><title>Description</title>
97 <para>The <command>koha-plack</command> script lets you manage your Koha instances Plack daemon.</para>
100 <refsect1><title>See also</title>
101 <simplelist type="inline">
102 <member><command>/etc/default/koha-common</command></member>