templates/bin/stopserv.template@f1cff81e425a
templates/bin/stopserv.template
Tue, 25 Jun 2013 15:45:13 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 25 Jun 2013 15:45:13 +0200
- changeset 77
- f1cff81e425a
- parent 47
-
ce9790523346
- child 175
-
9823770ba4ee
- permissions
- -rw-r--r--
some fixes
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID