templates/bin/reconfig.template

Sat, 22 Oct 2016 11:27:39 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 22 Oct 2016 11:27:39 +0200
changeset 115
51d9a15eac98
parent 61
c858850f3d3a
child 175
9823770ba4ee
permissions
-rw-r--r--

improves logging

replaces some printf calls with log_ereport
in non-daemon mode, log output is also written to stdout

#!/bin/sh

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

kill -USR1 $PID

mercurial