- 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
# 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