Change root path to (more) approximate typical launch environment.

Thu, 14 Aug 2014 19:14:04 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 14 Aug 2014 19:14:04 +0200
changeset 9
3d4d0e0dd4de
parent 8
27ccf35bbae7
child 10
f48fa3532729

Change root path to (more) approximate typical launch environment.

src/bin/fork.js file | annotate | diff | comparison | revisions
     1.1 --- a/src/bin/fork.js	Wed Aug 13 21:21:38 2014 +0200
     1.2 +++ b/src/bin/fork.js	Thu Aug 14 19:14:04 2014 +0200
     1.3 @@ -37,6 +37,8 @@
     1.4  |                                                          |
     1.5  | Support: http://list.europalab.com/mailman/mdnsgs/       |
     1.6  |                                                          |
     1.7 +| Test: dig @nodeapp.host.tld A realhost.local             |
     1.8 +|                                                          |
     1.9  ***********************************************************/
    1.10  
    1.11  // import module dependencies
    1.12 @@ -44,7 +46,7 @@
    1.13  
    1.14  
    1.15  // configure a child process to daemonize
    1.16 -var childproc = new (forkserv.Monitor)('app.js', {
    1.17 +var childproc = new (forkserv.Monitor)('src/lib/app.js', {
    1.18    max: 4,
    1.19    silent: true,
    1.20    pidFile: '/tmp/mdnsgw.pid',

mercurial