From 934f02a1c9242ad23fe874bac464fa784b887093 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sat, 17 Feb 2018 11:50:16 -0300 Subject: [PATCH] Bug 20234: Update ervice description in koha-common.init The service description is very old and outdated. This patch fixes this. Sponsored-by: Orex Digital Signed-off-by: Your Full Name --- 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 -- 2.1.4