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/reconfig.template
templates/bin/reconfig.template
changeset 33
96dbfe4f91e5
child 61
c858850f3d3a
equal
deleted
inserted
replaced
31:280250e45ba6
33:96dbfe4f91e5
1
#!/bin/sh
2
3
PID=`cat /tmp/webserver-rw6pgl8b/pid`
4
5
kill -SIGUSR1 $PID
6