From: Peter van Dijk Date: Mon, 4 Feb 2013 07:36:48 +0000 (+0000) Subject: add lsb tags to recursor init script, thanks ch. Closes #694 X-Git-Tag: rec-3.5-rc3~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ca2882788f6993d446b64f9a31cb85008a5d87;p=thirdparty%2Fpdns.git add lsb tags to recursor init script, thanks ch. Closes #694 git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3093 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/pdns-recursor.init.d b/pdns/pdns-recursor.init.d index c72739d708..ebab3d8522 100755 --- a/pdns/pdns-recursor.init.d +++ b/pdns/pdns-recursor.init.d @@ -1,4 +1,12 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: pdns-recursor +# Required-Start: $network $remote_fs $syslog +# Required-Stop: $network $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start the recursor at boot time. +### END INIT INFO # chkconfig: - 80 75 # description: pdns_recursor is a versatile high performance recursing nameserver