Mercurial
>
hg
>
webserver
/ file revision
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
templates/bin/stopserv.template@76c96ee18221
templates/bin/stopserv.template
2017-02-04
author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 04 Feb 2017 10:06:25 +0100 (2017-02-04)
changeset 169
76c96ee18221
parent 47
ce9790523346
child 175
9823770ba4ee
permissions
-rw-r--r--
check close return value
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -TERM $PID