mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Remove keep alive from MacOS plist
This commit is contained in:
parent
5b022599b4
commit
c3245c1f03
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue