diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-05-18 19:08:17 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-05-18 19:08:17 +0200 |
commit | 0568db10050db0947d30d41db2d95afeb541e86f (patch) | |
tree | fb09070ebdd9311997c841b9b6c2418af7a49474 | |
parent | 09202f0583d4c5a6b26a501046562c2fe41f513d (diff) | |
parent | 21487bc0ae90fc188892fcea3aa0e816b066383a (diff) |
Merge pull request #854 from SaberUK/insp20+deprecated-plist-entry
Replace deprecated entry in launchd config with the modern equivalent.
-rw-r--r-- | make/template/org.inspircd.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/template/org.inspircd.plist b/make/template/org.inspircd.plist index 1a5ba5b62..2656d1df3 100644 --- a/make/template/org.inspircd.plist +++ b/make/template/org.inspircd.plist @@ -4,14 +4,14 @@ <dict> <key>Iterations</key> <integer>3</integer> + <key>KeepAlive</key> + <true/> <key>Label</key> <string>org.inspircd</string> <key>LowPriorityIO</key> <true/> <key>Nice</key> <integer>1</integer> - <key>OnDemand</key> - <false/> <key>Program</key> <string>@BINARY_DIR@/inspircd</string> <key>ProgramArguments</key> |