aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2016-07-09 23:38:04 +0200
committerMemphiz <memphis@machzwo.de>2016-08-13 10:42:37 +0200
commit39e3eb2e28416cde46ca0ba7469c1981f7e0cef4 (patch)
treef1ce7b1beb0cb2c1949b9a2618e2892c8d23f77c /tools/darwin
parent8447a661bdfbf398db43e342f7a9a8260d99f429 (diff)
[XBMCHelper] - when launchd is used - ensure that the xbmc helper process is restarted in case of exit
Diffstat (limited to 'tools/darwin')
-rw-r--r--tools/darwin/runtime/org.xbmc.helper.plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/darwin/runtime/org.xbmc.helper.plist b/tools/darwin/runtime/org.xbmc.helper.plist
index 206918e563..72e1092a98 100644
--- a/tools/darwin/runtime/org.xbmc.helper.plist
+++ b/tools/darwin/runtime/org.xbmc.helper.plist
@@ -11,5 +11,10 @@
</array>
<key>RunAtLoad</key>
<true/>
+ <key>KeepAlive</key>
+ <dict>
+ <key>SuccessfulExit</key>
+ <false/>
+ </dict>
</dict>
</plist>