Skip to content

Commit a3c5dfd

Browse files
committed
doc: minor, remember the single quotes
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 4c208c1 commit a3c5dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ configurable with the following options:
920920
may have other ways to update the configuration of a running daemon.
921921
When `reload:script` is defined it is preferred over `SIGHUP`. Like
922922
systemd, Finit sets `$MAINPID` as a convenience to scripts, which in
923-
effect also allow `reload:kill -HUP $MAINPID`
923+
effect also allow `reload:'kill -HUP $MAINPID'`
924924
* `stop:script [args]` -- some services may require alternate methods
925925
to be stopped. When `stop:script` is defined it is preferred over
926926
`SIGTERM` and `stop` for `service` and `sysv` stanzas, respectively.

0 commit comments

Comments
 (0)