summarylogtreecommitdiffstats
path: root/sonarr.service
diff options
context:
space:
mode:
authorLars Johnsen2015-02-19 20:47:41 +0100
committerLars Johnsen2015-02-23 01:46:21 +0100
commit027a91ff1dd2545cfa4cd7a3dddff5abeac26f7d (patch)
treedc6e9d1945f914cf4d1d2056c7f752cb7ea417c0 /sonarr.service
downloadaur-027a91ff1dd2545cfa4cd7a3dddff5abeac26f7d.tar.gz
Initial
Diffstat (limited to 'sonarr.service')
-rwxr-xr-xsonarr.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sonarr.service b/sonarr.service
new file mode 100755
index 000000000000..3b72565b9416
--- /dev/null
+++ b/sonarr.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Sonarr Service
+After=network.target
+
+[Service]
+User=sonarr
+Group=sonarr
+ExecStart=/usr/bin/sonarr
+Type=simple
+TimeoutStopSec=20
+
+[Install]
+WantedBy=multi-user.target