From: Mike Taylor Date: Wed, 17 Dec 2014 15:40:14 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=87332c48fcaa7439ba80974f4d67797121c83c97;hp=367903f741d94d2fa1af75702803870a9fdb2654 Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/irspy --- diff --git a/zebra/init-script b/zebra/init-script index 658013e..cf321a8 100755 --- a/zebra/init-script +++ b/zebra/init-script @@ -1,4 +1,14 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: irspy-zebra +# Required-Start: $local_fs $remote_fs $network $named $time +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Controls the irspy-zebra daemon +# Description: Controls the ID IRSpy Zebra server daemon +# /usr/bin/zebrasrv-2.0 . +### END INIT INFO # # This is a startup/shutdown script for IRSpy's Zebra server, suitable