mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -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 = {
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue