Fix dcdbpushers broken daemonize option

Ghost User requested to merge (removed):patch-1 into master

Set nochdir flag different to zero, so that daemon() does NOT change the current working directory to root (see daemon() manpage). Paths in dcdbpusher's config files are relative to the working directory where dcdbpusher was started. Changing the current working directory during runtime crashes dcdbpusher.

Merge request reports