Update Autostart-on-Linux-Windows-MacOS-FreeBSD.md

layout fix
TRaSH 2020-08-01 11:52:06 +02:00
parent 88ef0c6515
commit eb19ada131
1 changed files with 4 additions and 0 deletions

@ -82,9 +82,13 @@ WantedBy=multi-user.target
```
Start the service using `sudo systemctl start bazarr`
Check if the service is running using `sudo systemctl status bazarr`
If it's running without errors then you need to enable the service using `sudo systemctl enable bazarr`
#### Upstart script for Debian Ubuntu
This is an init upstart file. It assumes you've installed Bazarr in: `/opt/bazarr`