Remove keep alive from MacOS plist

This commit is contained in:
JonnyWong16
2020-04-26 23:23:28 -07:00
parent 5b022599b4
commit c3245c1f03

View File

@@ -149,8 +149,7 @@ def set_startup():
plist_dict = {
'Label': common.PRODUCT,
'ProgramArguments': args,
'RunAtLoad': True,
'KeepAlive': True
'RunAtLoad': True
}
if plexpy.CONFIG.LAUNCH_STARTUP: