This is the result of:
if not is_running() and not options.quit and not options.start: d = sync_daemon_tool.start()
We should check that we really have something to do before starting syncdaemon.
This is the result of:
if not is_running() and not options.quit and not options.start: tool.start( )
d = sync_daemon_
We should check that we really have something to do before starting syncdaemon.