templates/bin/reconfig.template

changeset 34
2b4574e617c0
parent 33
96dbfe4f91e5
child 61
c858850f3d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/bin/reconfig.template	Thu Aug 09 11:08:49 2012 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+PID=`cat /tmp/webserver-rw6pgl8b/pid`
+
+kill -SIGUSR1 $PID
+

mercurial