should restart on failure on mac

This commit is contained in:
AJ ONeal 2018-06-09 11:26:30 -06:00
parent 54e9977c47
commit 34cee2dbac
2 changed files with 7 additions and 4 deletions

View File

@ -237,7 +237,7 @@ require('fs').readFile(confpath, 'utf8', function (err, text) {
// TODO closeAll other things
process.nextTick(function () {
// system daemon will restart the process
process.exit();
process.exit(22); // use non-success exit code
});
});
return;

View File

@ -32,12 +32,15 @@
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<dict>
<true/>
<!--dict>
<key>Crashed</key>
<true/>
<key>SuccessfulExit</key>
<key>NetworkState</key>
<true/>
</dict>
<key>SuccessfulExit</key>
<false/>
</dict-->
<key>SoftResourceLimits</key>
<dict>