Remove keep alive from MacOS plist
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user