mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
Fixed upstart forking
Upstart can't track daemonize fork without expect fork
This commit is contained in:
parent
63edc60753
commit
516380f979
2
debian/i2pd.upstart
vendored
2
debian/i2pd.upstart
vendored
@ -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…
Reference in New Issue
Block a user