]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc/dovecot-initd.sh extended LSB run-time dependencies
authorPascal Volk <user@localhost.localdomain.org>
Fri, 27 Nov 2009 15:41:04 +0000 (15:41 +0000)
committerPascal Volk <user@localhost.localdomain.org>
Fri, 27 Nov 2009 15:41:04 +0000 (15:41 +0000)
--HG--
branch : HEAD

doc/dovecot-initd.sh

index 4b3ac96e3d164ee5ef60174936aceb8997234095..9214791d30a4b7c2c1c28c7ee756ba428618c142 100644 (file)
@@ -1,9 +1,10 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          dovecot
-# Required-Start:    $local_fs $syslog
-# Required-Stop:     $local_fs $syslog
-# Should-Start:      $time
+# Required-Start:    $local_fs $remote_fs $network $syslog $time
+# Required-Stop:     $local_fs $remote_fs $network $syslog
+# Should-Start:      postgresql mysql slapd winbind
+# Should-Stop:       postgresql mysql slapd winbind
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Dovecot init script