1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00

Merged r513 from mainline

This commit is contained in:
Robby Workman
2010-01-02 23:51:45 -06:00

View File

@@ -1790,7 +1790,7 @@ def main(argv):
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
if not no_poll:
child_pid = Popen([misc.find_path("python"), "-O",
os.path.join(wpath.lib, "daemon", "monitor.py")],
os.path.join(wpath.daemon, "monitor.py")],
shell=False, close_fds=True).pid
atexit.register(on_exit, child_pid)