mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Do not fork in osx
This commit is contained in:
parent
01bda41ba8
commit
4b1eecf026
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def start_daemon():
|
|||
# If the donot daemonize is set, then we just skip the forking
|
||||
if not options.donot:
|
||||
# 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()
|
||||
write_pidfile()
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue