]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Start lighttpd after all filesystems and network is up.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2009 12:34:55 +0000 (14:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2009 12:34:55 +0000 (14:34 +0200)
src/initscripts/core/lighttpd

index 0345b04a9824fe68219fdb12e77ff640fa1a58fa..01949ea3dd0b7b0e63ad5bed842d219e70a3df68 100644 (file)
@@ -3,9 +3,9 @@
 
 ### BEGIN INIT INFO
 # Provides:            lighttpd
-# Required-Start:      $network
+# Required-Start:      $local_fs $remote_fs $network
 # Should-Start:
-# Required-Stop:
+# Required-Stop:       $local_fs $remote_fs $network
 # Should-Stop:         netfs
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6