From 48baadda82aecbf4870020b24b77c836bac1b539 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Sat, 17 Feb 2018 11:50:16 -0300
Subject: [PATCH] Bug 20234: Update service description in koha-common.init

The service description is very old and outdated. This patch fixes this.

Sponsored-by: Orex Digital

Signed-off-by: Hugo Agud hagud@orex.es

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
---
 debian/koha-common.init | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

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