Remove keep alive from MacOS plist

This commit is contained in:
JonnyWong16 2020-04-26 23:23:28 -07:00
parent 5b022599b4
commit c3245c1f03
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

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