templates/bin/stopserv.template@bb7a1f5a8b48
templates/bin/stopserv.template
Tue, 01 Jan 2013 13:32:04 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 01 Jan 2013 13:32:04 +0100
- changeset 41
- bb7a1f5a8b48
- parent 31
-
280250e45ba6
- child 47
-
ce9790523346
- permissions
- -rw-r--r--
added Linux support
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -SIGTERM $PID