templates/bin/stopserv.template@76c96ee18221
templates/bin/stopserv.template
Sat, 04 Feb 2017 10:06:25 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 04 Feb 2017 10:06:25 +0100
- changeset 169
- 76c96ee18221
- parent 47
-
ce9790523346
- child 175
-
9823770ba4ee
- permissions
- -rw-r--r--
check close return value
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID