diff -r 27c7511c0e34 -r 280250e45ba6 templates/bin/stopserv.template
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/bin/stopserv.template	Fri May 25 18:16:24 2012 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+PID=`cat /tmp/webserver-rw6pgl8b/pid`
+
+kill -SIGTERM $PID
+