summarylogtreecommitdiffstats
path: root/radarr.service
diff options
context:
space:
mode:
authorDonald Webster2016-12-29 10:31:44 -0800
committerDonald Webster2016-12-29 10:45:39 -0800
commit1b8bbc463a4c84b0b8417c9e87096969892207cb (patch)
tree469c6670dc1ad733d2108d7e30e6530a81e0f1ec /radarr.service
downloadaur-1b8bbc463a4c84b0b8417c9e87096969892207cb.tar.gz
Initial creation of Radarr, copied from sonarr.
Diffstat (limited to 'radarr.service')
-rw-r--r--radarr.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/radarr.service b/radarr.service
new file mode 100644
index 000000000000..ae894fc72944
--- /dev/null
+++ b/radarr.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Radarr Service
+After=network.target
+
+[Service]
+User=radarr
+Group=radarr
+ExecStart=/usr/bin/radarr -nobrowser -data=/var/lib/radarr
+Type=simple
+TimeoutStopSec=20
+
+[Install]
+WantedBy=multi-user.target