Manual start

This commit is contained in:
Ian Gulliver
2016-03-11 15:49:25 -08:00
parent 6981df7c4f
commit 14a88dd46e

View File

@@ -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