[ci skip] Improve supervised upstart config docs

This mentions that "expect stop" is required for supervised upstart
to work correctly. See http://upstart.ubuntu.com/cookbook/#expect-stop
for an explanation.
This commit is contained in:
Felix Bünemann 2015-12-28 11:02:55 +01:00
parent 075ea1646f
commit a4dade7de2
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ daemonize no
# supervision tree. Options:
# supervised no - no supervision interaction
# supervised upstart - signal upstart by putting Redis into SIGSTOP mode
# requires "expect stop" in your upstart job config
# supervised systemd - signal systemd by writing READY=1 to $NOTIFY_SOCKET
# supervised auto - detect upstart or systemd method based on
# UPSTART_JOB or NOTIFY_SOCKET environment variables