From a4dade7de2d5a2928680a6e5532732942084c637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Mon, 28 Dec 2015 11:02:55 +0100 Subject: [PATCH] [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. --- redis.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/redis.conf b/redis.conf index c3842af45..e5c26ec02 100644 --- a/redis.conf +++ b/redis.conf @@ -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