templates/bin/stopserv.template@1fd94945796e
templates/bin/stopserv.template
Sat, 19 Jan 2013 20:51:16 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 19 Jan 2013 20:51:16 +0100
- changeset 49
- 1fd94945796e
- parent 47
-
ce9790523346
- child 175
-
9823770ba4ee
- permissions
- -rw-r--r--
some fixes
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID