Add a LSB info block
authorFabian Keil <fk@fabiankeil.de>
Sat, 26 Jan 2013 13:34:46 +0000 (13:34 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 26 Jan 2013 13:34:46 +0000 (13:34 +0000)
Based on a patch from Natxo Asenjo and the example
from http://wiki.debian.org/LSBInitScripts.

privoxy-generic.init

index bc758a9..55f6bb7 100755 (executable)
 #
 ###########################################################################
 
 #
 ###########################################################################
 
+### BEGIN INIT INFO
+# Provides:          privoxy
+# Required-Start:
+# Required-Stop:
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start privoxy at boot time
+# Description:       Start and stop the privacy-enhancing HTTP proxy privoxy.
+### END INIT INFO
+
 # NOTE: This script may require editing to ensure proper location of
 # config file, and the privoxy executable. Care should be taken to ensure
 # logfile is writable by $P_USER (logfile is defined in config), and that
 # NOTE: This script may require editing to ensure proper location of
 # config file, and the privoxy executable. Care should be taken to ensure
 # logfile is writable by $P_USER (logfile is defined in config), and that