We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c208c1 commit a3c5dfdCopy full SHA for a3c5dfd
doc/config.md
@@ -920,7 +920,7 @@ configurable with the following options:
920
may have other ways to update the configuration of a running daemon.
921
When `reload:script` is defined it is preferred over `SIGHUP`. Like
922
systemd, Finit sets `$MAINPID` as a convenience to scripts, which in
923
- effect also allow `reload:kill -HUP $MAINPID`
+ effect also allow `reload:'kill -HUP $MAINPID'`
924
* `stop:script [args]` -- some services may require alternate methods
925
to be stopped. When `stop:script` is defined it is preferred over
926
`SIGTERM` and `stop` for `service` and `sysv` stanzas, respectively.
0 commit comments