Merge branch 'deb_scripts_312beta3' into 3.14-master
[koha.git] / debian / docs / koha-start-sip.xml
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-start-sip</title>
3 <info>
4     <productname>Koha</productname> is the first free software library automation package.
5     <author>
6         <personname>
7             <firstname>Robin</firstname>
8             <surname>Sheat</surname>
9         </personname>
10         <affiliation>
11             <orgname>Catalyst IT</orgname>
12             <uri>http://www.catalyst.net.nz</uri>
13         </affiliation>
14         <contrib>Author</contrib>
15     </author>
16 </info>
17
18 <refentry xml:id="koha-start-sip">
19
20     <refmeta>
21         <refentrytitle>koha-start-sip</refentrytitle>
22         <manvolnum>8</manvolnum>
23     </refmeta>
24
25     <refnamediv>
26         <refname>koha-start-sip</refname>
27         <refpurpose>Starts the SIP daemon for the specified Koha instances.</refpurpose>
28         <refclass>UNIX/Linux</refclass>
29     </refnamediv>
30
31     <refsynopsisdiv>
32         <cmdsynopsis>
33             <command>koha-start-sip</command>
34             <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
35         </cmdsynopsis>
36     </refsynopsisdiv>
37
38     <refsect1><title>Description</title>
39         <para>This will start the SIP daemon for the Koha instance specified by <arg>instancename</arg>.</para>
40         <para>If the SIP configuration is not present for the supplied instance, it will be silently skipped.</para>
41         <para>To enable SIP support for an instance, refer to <command>koha-enable-sip(8)</command>.</para>
42     </refsect1>
43
44   <refsect1><title>See also</title>
45   <simplelist type="inline">
46     <member><command>koha-stop-sip(8)</command></member>
47     <member><command>koha-enable-sip(8)</command></member>
48   </simplelist>
49   </refsect1>
50
51 </refentry>
52
53 </article>