summarylogtreecommitdiffstats
path: root/bazarr.service
blob: 2613f52a6ebc84a9702b04dbe2a5a6ce3795a7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Be sure to use `systemctl edit bazarr` to modify this service with an override.conf because
# direct changes will be overwritten by package updates.
#
# A user per service w/ shared group setup would have an override like:
# [Service]
# Group=sharedgroupname
# UMask=002

[Unit]
Description=Bazarr Service
After=network.target

[Service]
User=bazarr
Group=bazarr
Type=simple
ExecStart=/usr/bin/python /usr/lib/bazarr/bazarr.py --no-update --config /var/lib/bazarr
Restart=on-failure
SyslogIdentifier=bazarr

[Install]
WantedBy=multi-user.target