templates/bin/reconfig.template

2016-12-27

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 27 Dec 2016 17:19:00 +0100 (2016-12-27)
changeset 133
87b405d61f64
parent 61
c858850f3d3a
child 175
9823770ba4ee
permissions
-rw-r--r--

improves event handler and ssl error handling

#!/bin/sh

PID=`cat /tmp/webserver-rw6pgl8b/pid`

kill -USR1 $PID

mercurial