From 828a43d1120fb5523769aac14230d2da71da869b Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sun, 19 Jun 2011 09:08:16 +0100 Subject: [PATCH] packaging: Add LSB headers to init script. Signed-off-by: Richard Kettlewell --- debian/init | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/init b/debian/init index 18c273a..5b37f23 100644 --- a/debian/init +++ b/debian/init @@ -11,6 +11,16 @@ # Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl # +### BEGIN INIT INFO +# Provides: secnet +# Required-Start: $network $local_fs +# Required-Stop: $network $local_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start and stop secnet +# Description: secnet is a VPN server. +### END INIT INFO + set -e PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -- 2.30.2