Mercurial
>
hg
>
webserver
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: templates/bin/stopserv.template
templates/bin/stopserv.template
changeset 31
280250e45ba6
child 47
ce9790523346
equal
deleted
inserted
replaced
30:27c7511c0e34
31:280250e45ba6
1
#!/bin/sh
2
3
PID=`cat /tmp/webserver-rw6pgl8b/pid`
4
5
kill -SIGTERM $PID
6