Daemontools scripts for OpenVPN

#/var/openvpn/daemon/run
#!/bin/sh
exec /usr/local/sbin/openvpn --config /etc/openvpn/server.conf

#/var/openvpn/daemon/log/run
#!/bin/sh
exec /usr/local/bin/setuidgid vpn /usr/local/bin/multilog t /var/log/openvpn

The option “daemon” on the config file “server.conf” must be removed, since daemontools will handle the daemonizing of the application.

Download the two files here