summarylogtreecommitdiffstats
path: root/radarr.service
diff options
context:
space:
mode:
authorDonald Webster2019-07-18 11:37:35 -0700
committerDonald Webster2019-07-18 11:37:35 -0700
commit7b07f062361abce4dfe7501451439dbd103b1b02 (patch)
treeb0a148aea995ee58c0cdd29f25d8a51f5ddeba9b /radarr.service
downloadaur-7b07f062361abce4dfe7501451439dbd103b1b02.tar.gz
Initial commit for radarr-aphrodite.
Diffstat (limited to 'radarr.service')
-rw-r--r--radarr.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/radarr.service b/radarr.service
new file mode 100644
index 000000000000..cf93d79aaa86
--- /dev/null
+++ b/radarr.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=Radarr Service
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+User=radarr
+Group=radarr
+ExecStart=/usr/bin/mono --debug /usr/lib/radarr/Radarr.exe -nobrowser -data=/var/lib/radarr
+Type=simple
+TimeoutStopSec=20
+
+# Lets built in updater work well.
+Restart=on-failure
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target