]> git.pld-linux.org Git - packages/dovecot.git/blobdiff - dovecot.init
- LSM conformance
[packages/dovecot.git] / dovecot.init
index 4e1a0299a7a3f8c0e14d16f4ce8a0de00cf1ec2c..6e34b63adea4e9ef193f86d887659433f7b24aa1 100644 (file)
@@ -35,7 +35,6 @@ case "$1" in
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dovecot
        else
                msg_already_running "Dovecot"
-               exit 1
        fi
        ;;
   stop)
@@ -47,7 +46,7 @@ case "$1" in
                msg_not_running "Dovecot"
        fi
        ;;
-  restart)
+  restart|force-reload)
        $0 stop
        $0 start
        exit $?
This page took 0.023216 seconds and 4 git commands to generate.