minor linux fixes

This commit is contained in:
kay.one 2013-06-19 14:08:56 -07:00
commit 004335f0b0
2 changed files with 12 additions and 6 deletions

View file

@ -36,7 +36,7 @@ namespace NzbDrone
public void Route(ApplicationModes applicationModes)
{
if (!_runtimeInfo.IsUserInteractive)
if (!_runtimeInfo.IsUserInteractive && !OsInfo.IsLinux)
{
applicationModes = ApplicationModes.Service;
}