diff options
author | Peter Powell <petpow@saberuk.com> | 2014-05-18 10:16:27 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2014-05-18 10:17:07 +0100 |
commit | 21487bc0ae90fc188892fcea3aa0e816b066383a (patch) | |
tree | fb09070ebdd9311997c841b9b6c2418af7a49474 /make | |
parent | 09202f0583d4c5a6b26a501046562c2fe41f513d (diff) |
Replace deprecated entry in launchd config with the modern equivalent.
Diffstat (limited to 'make')
-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> |