]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.init
- wait one second when shutting down
[packages/apache.git] / apache.init
index 145eef89e92eca7db042b8e2e0bba1fb938492a1..63ef00c679de244452651821f30f522cb3e34509 100644 (file)
@@ -51,6 +51,7 @@ case "$1" in
        if [ -f /var/lock/subsys/httpd ]; then
                msg_stopping httpd
                killproc httpd
+               sleep 1
                rm -f /var/lock/subsys/httpd /var/run/httpd.pid /var/run/httpd.loc* >/dev/null 2>&1
        else
                msg_not_running httpd
This page took 0.051244 seconds and 4 git commands to generate.