comparison: templates/bin/reconfig.template
templates/bin/reconfig.template
- changeset 34
- 2b4574e617c0
- parent 33
- 96dbfe4f91e5
- child 61
- c858850f3d3a
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 |
|
3 PID=`cat /tmp/webserver-rw6pgl8b/pid` |
|
4 |
|
5 kill -SIGUSR1 $PID |
|
6 |