templates/bin/stopserv.template@38bf6dd8f4e7
templates/bin/stopserv.template
Wed, 26 Oct 2016 15:53:56 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 26 Oct 2016 15:53:56 +0200
- changeset 118
- 38bf6dd8f4e7
- parent 47
-
ce9790523346
- child 175
-
9823770ba4ee
- permissions
- -rw-r--r--
adds minimal cgi implementation
some env vars still missing
request body not supported yet
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID