From 1a5da16c6e2091413eb78fde881649743020dd3f Mon Sep 17 00:00:00 2001 From: kaffetorsk <93540369+kaffetorsk@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:27:14 +0200 Subject: [PATCH] Update README.md --- utility/daemon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/daemon/README.md b/utility/daemon/README.md index 57577643..95f41c16 100644 --- a/utility/daemon/README.md +++ b/utility/daemon/README.md @@ -34,7 +34,7 @@ to restart the command automatically. 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. +Sending `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.