templates/bin/reconfig.template@450d2d5f4735
templates/bin/reconfig.template
Sat, 06 Oct 2012 13:00:07 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 06 Oct 2012 13:00:07 +0200
- changeset 36
- 450d2d5f4735
- parent 33
-
96dbfe4f91e5
- child 61
-
c858850f3d3a
- permissions
- -rw-r--r--
server can reload configuration
#!/bin/sh
PID=`cat /tmp/webserver-rw6pgl8b/pid`
kill -SIGUSR1 $PID