uncomment out daemonize()

This commit is contained in:
Jordi Sanfeliu 2013-11-06 17:54:47 +01:00
parent 7d5ddcb3d0
commit 233a37e095
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ $0 = sprintf("%s %s%s%s%s",
$options{d} ? " -d $options{d}" : "",
$options{v} ? " -v" : "");
#daemonize();
daemonize();
logger("Starting Monitorix version " . VERSION . " (pid $$).");
if($options{p}) {