Revert "Bug 20234: Update service description in koha-common.init"
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 16 May 2018 06:22:45 +0000 (08:22 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 16 May 2018 06:22:45 +0000 (08:22 +0200)
This reverts commit 48141d57f1d5e124e60b85221926d55fae470a94.

debian/koha-common.init

index c258b58..99eb19b 100755 (executable)
@@ -5,12 +5,10 @@
 # Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: Start required services for each Koha instance
+# Short-Description: Start Zebra server for each Koha instance
 # Description:       For each enabled Koha instance on this host,
-#                    if enabled, start:
-#                      - a Zebra server (using koha-zebra)
-#                      - a Plack server (using koha-plack)
-#                      - a SIP server   (using koha-start-sip)
+#                    as listed by "koha-list --enabled", start a Zebra
+#                    server (using koha-start-zebra).
 ### END INIT INFO
 
 # Author: Lars Wirzenius <lars@catalyst.net.nz>