From f82e882f43a42886de6fb0f2f409a31987cc5fb3 Mon Sep 17 00:00:00 2001 From: John Malconian Date: Wed, 17 Dec 2014 13:22:21 +0000 Subject: [PATCH 1/1] add debian init info --- zebra/init-script | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 1.7.10.4