Change contrib/init.d-rh7 to sleep for a second between restarts.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 8 Nov 2006 14:04:59 +0000 (15:04 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 8 Nov 2006 14:04:59 +0000 (15:04 +0100)
contrib/init.d-rh7

index 01b7213..c7fe270 100755 (executable)
@@ -42,6 +42,7 @@ case "$1" in
        ;;
   restart|reload)
        stop
+       sleep 1
        start
        ;;
   condrestart)