From: Paul Tipper Date: Sat, 20 Nov 2010 16:50:52 +0000 (+0000) Subject: Apache graceful restart, should really do all this: http://use.perl.org/~zzo/journal... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FOyster.git;a=commitdiff_plain;h=ce3563dd4f67102cbf542422bb99aed76512529b Apache graceful restart, should really do all this: use.perl.org/~zzo/journal/34146 --- diff --git a/bin/deploy/git/post-update b/bin/deploy/git/post-update new file mode 100755 index 0000000..f6df520 --- /dev/null +++ b/bin/deploy/git/post-update @@ -0,0 +1,4 @@ +#!/bin/sh + +# Restart server +/etc/init.d/apache graceful