From: Tomas Cohen Arazi Date: Sat, 17 Feb 2018 14:50:16 +0000 (-0300) Subject: Bug 20234: Update service description in koha-common.init X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=0a204a15c4b771bd43460913ee98d6632c17d3b8;p=koha.git 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 Signed-off-by: Jonathan Druart --- diff --git a/debian/koha-common.init b/debian/koha-common.init index 99eb19b9f3..c258b58bf1 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