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

[Service]
Environment=MONO_TLS_PROVIDER=legacy
User=bazarr
Group=bazarr
ExecStart=/usr/bin/bazarr
Type=simple
TimeoutStopSec=20

[Install]
WantedBy=multi-user.target