mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
minor linux fixes
This commit is contained in:
parent
f25df49068
commit
004335f0b0
2 changed files with 12 additions and 6 deletions
|
@ -36,7 +36,7 @@ namespace NzbDrone
|
|||
|
||||
public void Route(ApplicationModes applicationModes)
|
||||
{
|
||||
if (!_runtimeInfo.IsUserInteractive)
|
||||
if (!_runtimeInfo.IsUserInteractive && !OsInfo.IsLinux)
|
||||
{
|
||||
applicationModes = ApplicationModes.Service;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue