summarylogtreecommitdiffstats
path: root/bazarr.service
blob: 02b08b0267a8925ff121e139166161d4f2bbe9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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