redis: fix plist to fix launchctl stop.
Closes Homebrew/homebrew#10913. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
440baa87e2
commit
8975a8197e
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@ class Redis < Formula
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<dict>
|
||||
<key>SuccessfulExit</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<key>Label</key>
|
||||
<string>#{plist_name}</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
|
Loading…
Reference in a new issue