From 14a88dd46e9c7e45103b24a827697bde6eef9754 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 11 Mar 2016 15:49:25 -0800 Subject: [PATCH] Manual start --- adsbus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adsbus/README.md b/adsbus/README.md index 43fcbc3..7201379 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -104,7 +104,7 @@ make * Log timestamping: use [multilog](https://cr.yp.to/daemontools/multilog.html) and [tai64nlocal](https://cr.yp.to/daemontools/tai64nlocal.html) * Run as user: use [setuidgid](https://cr.yp.to/daemontools/setuidgid.html) * Shuts down cleanly on SIGTERM - * Using other init systems + * Using other init systems or started manually * Use `--detach` to fork/detach * Use `--log-file=PATH` to write logs to a file instead of stderr * Use `--pid-file=PATH` to write post-detach process ID to a file