Merge pull request #209 from djs55/fix-tap-vsockd

tap-vsockd: make sure the service daemonizes properly
This commit is contained in:
Justin Cormack 2016-06-14 15:49:37 +01:00 committed by GitHub
commit ef4a411284

View File

@ -21,11 +21,11 @@ start()
ebegin "Starting VPN proxy"
PIDFILE=/var/run/tap-vsockd.pid
start-stop-daemon --start --quiet \
start-stop-daemon --start \
--exec /sbin/tap-vsockd \
--background \
--pidfile ${PIDFILE} \
-- \
--daemon \
--pidfile "${PIDFILE}" \
--listen