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

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

[Install]
WantedBy=multi-user.target