Fixed upstart forking

Upstart can't track daemonize fork without expect fork
pull/631/head
Rabit 8 years ago committed by GitHub
parent 63edc60753
commit 516380f979

@ -6,4 +6,6 @@ stop on runlevel [016] or unmounting-filesystem
# these can be overridden in /etc/init/i2pd.override
env LOGFILE="/var/log/i2pd.log"
expect fork
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE

Loading…
Cancel
Save