summarylogtreecommitdiffstats
path: root/bazarr.service
blob: 17f6e878b6b807f564940f6499c347c61c44635a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Bazarr Service
After=network.target

[Service]
User=bazarr
Group=bazarr
Type=simple
ExecStart=/usr/bin/python2 /usr/lib/bazarr/bazarr.py --no-update --config /var/lib/bazarr
Restart=always
TimeoutStopSec=30
SyslogIdentifier=bazarr

[Install]
WantedBy=multi-user.target