templates/bin/stopserv.template@c3a0f1275d71
templates/bin/stopserv.template
Wed, 10 Feb 2016 12:19:56 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 10 Feb 2016 12:19:56 +0100
- changeset 114
- c3a0f1275d71
- parent 47
-
ce9790523346
- child 175
-
9823770ba4ee
- permissions
- -rw-r--r--
fixed keep alive bug
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID