# HG changeset patch # User Michael Schloh von Bennewitz # Date 1408036444 -7200 # Node ID 3d4d0e0dd4de3e1f5e72b073343aeb68fa3aa4d4 # Parent 27ccf35bbae7887853c4b3991812f40743794517 Change root path to (more) approximate typical launch environment. diff -r 27ccf35bbae7 -r 3d4d0e0dd4de src/bin/fork.js --- a/src/bin/fork.js Wed Aug 13 21:21:38 2014 +0200 +++ b/src/bin/fork.js Thu Aug 14 19:14:04 2014 +0200 @@ -37,6 +37,8 @@ | | | Support: http://list.europalab.com/mailman/mdnsgs/ | | | +| Test: dig @nodeapp.host.tld A realhost.local | +| | ***********************************************************/ // import module dependencies @@ -44,7 +46,7 @@ // configure a child process to daemonize -var childproc = new (forkserv.Monitor)('app.js', { +var childproc = new (forkserv.Monitor)('src/lib/app.js', { max: 4, silent: true, pidFile: '/tmp/mdnsgw.pid',