Mercurial
>
hg
>
webserver
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
templates/bin/stopserv.template@73b3485e96f1 (annotated)
templates/bin/stopserv.template
2013-07-16
author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 16 Jul 2013 12:14:13 +0200 (2013-07-16)
changeset 88
73b3485e96f1
parent 47
ce9790523346
child 175
9823770ba4ee
permissions
-rw-r--r--
ucx update
31
280250e45ba6
updated ucx
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
1
#!/bin/sh
280250e45ba6
updated ucx
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
2
280250e45ba6
updated ucx
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
3
PID=`cat /tmp/webserver-rw6pgl8b/pid`
280250e45ba6
updated ucx
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
4
47
ce9790523346
server can change uid
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
31
diff
changeset
5
kill -TERM $PID
31
280250e45ba6
updated ucx
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
6