diff options
-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> |