templates/bin/stopserv.template@b4d7ccf4e06d (annotated)
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
31
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
1
|
#!/bin/sh
|
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
2
|
|
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
3
|
PID=`cat /tmp/webserver-rw6pgl8b/pid`
|
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
4
|
|
47
|
5
|
kill -TERM $PID
|
31
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
6
|
|