[3.0] 50ab8ab Require a running Varnish before starting.

Lasse Karstensen lkarsten at varnish-software.com
Mon Sep 1 15:16:20 CEST 2014


commit 50ab8ab595df780bc2c5d6ff4f349e6476771990
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Mon Sep 1 15:15:40 2014 +0200

    Require a running Varnish before starting.

diff --git a/varnish.varnishlog.init b/varnish.varnishlog.init
index ee8fd9c..1574ace 100644
--- a/varnish.varnishlog.init
+++ b/varnish.varnishlog.init
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          varnishlog
-# Required-Start:    $local_fs $remote_fs $network
-# Required-Stop:     $local_fs $remote_fs $network
+# Required-Start:    $local_fs $remote_fs $network varnish
+# Required-Stop:     $local_fs $remote_fs $network varnish
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start HTTP accelerator log daemon
diff --git a/varnish.varnishncsa.init b/varnish.varnishncsa.init
index 8504fce..1d098ad 100644
--- a/varnish.varnishncsa.init
+++ b/varnish.varnishncsa.init
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          varnishncsa
-# Required-Start:    $local_fs $remote_fs $network
-# Required-Stop:     $local_fs $remote_fs $network
+# Required-Start:    $local_fs $remote_fs $network varnish
+# Required-Stop:     $local_fs $remote_fs $network varnish
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start HTTP accelerator log daemon



More information about the varnish-commit mailing list