]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache.init
- updated to 2.4.48
[packages/apache.git] / apache.init
old mode 100644 (file)
new mode 100755 (executable)
index 8ce5a86..00dd2f4
@@ -127,6 +127,7 @@ condrestart() {
 
        checkconfig
        stop
+       [ "$RESTART_DELAY" ] && usleep $RESTART_DELAY
        start
 }
 
@@ -142,6 +143,7 @@ case "$1" in
   restart)
        checkconfig
        stop
+       [ "$RESTART_DELAY" ] && usleep $RESTART_DELAY
        start 0
        ;;
   try-restart)