Browse Source

Fixed upstart forking

Upstart can't track daemonize fork without expect fork
pull/631/head
Rabit 8 years ago committed by GitHub
parent
commit
516380f979
  1. 2
      debian/i2pd.upstart

2
debian/i2pd.upstart vendored

@ -6,4 +6,6 @@ stop on runlevel [016] or unmounting-filesystem @@ -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