diff --git a/conf/systemd.service b/conf/systemd.service index 43d8228..31f1b5e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ Group=__APP__ UMask=0002 Type=simple -ExecStart=mono --debug __INSTALL_DIR__/Sonarr -nobrowser -data=__DATA_DIR__ +ExecStart=__INSTALL_DIR__/Sonarr -nobrowser -data=__DATA_DIR__ TimeoutStopSec=20 KillMode=process Restart=on-failure