summarylogtreecommitdiffstats
path: root/bazarr.service
diff options
context:
space:
mode:
authorDonald Webster2018-09-02 22:34:01 -0700
committerDonald Webster2018-09-02 22:36:52 -0700
commitbda34f96210076dcd83e997ef111defdfdfcdc3a (patch)
tree5da768451b4b1fae15b70f99253550d7a4273990 /bazarr.service
downloadaur-bda34f96210076dcd83e997ef111defdfdfcdc3a.tar.gz
Initial package.
Diffstat (limited to 'bazarr.service')
-rw-r--r--bazarr.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/bazarr.service b/bazarr.service
new file mode 100644
index 000000000000..02b08b0267a8
--- /dev/null
+++ b/bazarr.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Bazarr Service
+After=network.target
+
+[Service]
+User=bazarr
+Group=bazarr
+Type=simple
+ExecStart=/usr/bin/python2 /usr/lib/bazarr/bazarr.py
+Restart=always
+TimeoutStopSec=30
+
+[Install]
+WantedBy=multi-user.target