diff -r 280250e45ba6 -r 96dbfe4f91e5 templates/bin/reconfig.template
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/bin/reconfig.template	Thu Aug 09 10:55:40 2012 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+PID=`cat /tmp/webserver-rw6pgl8b/pid`
+
+kill -SIGUSR1 $PID
+