diff --git a/utility/daemon/locales/en-US/daemon.html b/utility/daemon/locales/en-US/daemon.html index fd1ec70b..06d750d7 100644 --- a/utility/daemon/locales/en-US/daemon.html +++ b/utility/daemon/locales/en-US/daemon.html @@ -5,7 +5,7 @@
Parameters can be space separated, space separated with quotes, or a javascript array. For example `aa bb` or `"cc dd"` or `["aa","bb cc""]`.
If the called program stops (i.e. a return code is produced), this node can attempt to restart the command.
Setting msg.kill
to a signal name (e.g. SIGINT, SIGHUP) will stop the process - but if the
- restart flag is set it will then auto restart. Sending msg.start
will also re-start the process.
msg.start
will also re-start the process. Additional arguments can be specified in msg.args
.
Note: Some applications will automatically buffer lines of output. It is advisable to turn off this behaviour.
For example, if running a Python app, the -u
parameter will stop the output being buffered.