From f6eae5ca4a1802a80044054d233dfdb873522fe5 Mon Sep 17 00:00:00 2001 From: kaysond Date: Thu, 8 Feb 2018 12:37:20 -0800 Subject: [PATCH] Updated Autostart on Linux (markdown) --- Autostart-on-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 40bff9d..3df1a63 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -15,7 +15,7 @@ User=user Group=group Type=simple -ExecStart=/usr/bin/mono --debug /opt/Radarr/Radarr.exe --nobrowser +ExecStart=/usr/bin/mono --debug /opt/Radarr/Radarr.exe -nobrowser TimeoutStopSec=20 KillMode=process Restart=on-failure @@ -23,6 +23,7 @@ Restart=on-failure [Install] WantedBy=multi-user.target ``` +The option `-data=` can also be used to change radarr's AppData location, see https://github.com/Radarr/Radarr/wiki/Command-Line-Options ### Enable and Start Radarr systemctl enable radarr.service