Commit 9ecb767f authored by Lars Bahner's avatar Lars Bahner

Preliminary LSB compliance in init-scripts


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1206 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent dc2a49c6
- Write helper script to create storage_file from defaults
- possibly setup default logging
- get the 4. (advertising) clause BSD license removed from the source, if possible
......@@ -10,6 +10,21 @@
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
#
### BEGIN INIT INFO
# Provides: varnish
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Should-Start: $remote_fs
# Should-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start HTTPd accelerator
# Description: This script provides a server-side cache
# to be run in front of a httpd and should
# listen on port 80 on a properly configured
# system
### END INIT INFO
NAME=varnish
DESC="HTTPd accelerator"
PATH=/sbin:/bin:/usr/sbin:/usr/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment