wait a little bit longer for a init.d restart between stop and start

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6690 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2010-02-22 15:42:48 +00:00
parent 50169759ca
commit cd7f0bf75f

View File

@ -307,7 +307,7 @@ ifdef(`ArchLinux', `
restart)
$0 stop --leave-pidfile
sleep 1
sleep 3
$0 start
;;
reload)