From: Pascal Volk Date: Fri, 27 Nov 2009 15:41:04 +0000 (+0000) Subject: doc/dovecot-initd.sh extended LSB run-time dependencies X-Git-Tag: 2.0.beta1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b608087ca3bf826cbc05babf6a9a9ff3c977779;p=thirdparty%2Fdovecot%2Fcore.git doc/dovecot-initd.sh extended LSB run-time dependencies --HG-- branch : HEAD --- diff --git a/doc/dovecot-initd.sh b/doc/dovecot-initd.sh index 4b3ac96e3d..9214791d30 100644 --- a/doc/dovecot-initd.sh +++ b/doc/dovecot-initd.sh @@ -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