Skip to content

Commit

Permalink
XInit will now sleep 4 seconds when restarting daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari authored and hakan committed Feb 12, 2011
1 parent 09678ae commit fa498c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/redis.init.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stop)
;;
restart)
stop_server
sleep 3
sleep 4
start_server
;;
*)
Expand All @@ -51,4 +51,4 @@ restart)
;;
esac

exit 0
exit 0

0 comments on commit fa498c9

Please sign in to comment.