templates/bin/stopserv.template@b4d7ccf4e06d
templates/bin/stopserv.template
Wed, 10 Jan 2018 15:46:17 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 10 Jan 2018 15:46:17 +0100
- branch
- aio
- changeset 185
- b4d7ccf4e06d
- parent 47
-
ce9790523346
- child 175
-
9823770ba4ee
- permissions
- -rw-r--r--
implements new event handler and aio on linux
aio is still fake, but the api works
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID