Do not fork in osx
This commit is contained in:
parent
2c4f322f61
commit
eb4f1fdb04
|
@ -174,7 +174,7 @@ def start_daemon():
|
||||||
# If the donot daemonize is set, then we just skip the forking
|
# If the donot daemonize is set, then we just skip the forking
|
||||||
if not options.donot:
|
if not options.donot:
|
||||||
# Windows check, we log to the config folder by default
|
# Windows check, we log to the config folder by default
|
||||||
if deluge.common.windows_check():
|
if deluge.common.windows_check() or deluge.common.osx_check():
|
||||||
open_logfile()
|
open_logfile()
|
||||||
write_pidfile()
|
write_pidfile()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue