From c3245c1f03899829a697fa3bceb086b538e334a8 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 26 Apr 2020 23:23:28 -0700 Subject: [PATCH] Remove keep alive from MacOS plist --- plexpy/macos.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plexpy/macos.py b/plexpy/macos.py index d7effcf5..302da2df 100644 --- a/plexpy/macos.py +++ b/plexpy/macos.py @@ -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: