templates/bin/reconfig.template

Wed, 10 Jan 2018 15:46:17 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 10 Jan 2018 15:46:17 +0100
branch
aio
changeset 185
b4d7ccf4e06d
parent 61
c858850f3d3a
child 175
9823770ba4ee
permissions
-rw-r--r--

implements new event handler and aio on linux

aio is still fake, but the api works

#!/bin/sh

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

kill -USR1 $PID

mercurial