comparison: templates/bin/stopserv.template
templates/bin/stopserv.template
- changeset 47
- ce9790523346
- parent 31
- 280250e45ba6
- child 175
- 9823770ba4ee
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 |
2 |
3 PID=`cat /tmp/webserver-rw6pgl8b/pid` |
3 PID=`cat /tmp/webserver-rw6pgl8b/pid` |
4 |
4 |
5 kill -SIGTERM $PID |
5 kill -TERM $PID |
6 |
6 |