templates/bin/stopserv.template

changeset 31
280250e45ba6
child 47
ce9790523346
--- /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
+

mercurial