diff --git a/Autostart-on-Linux-Windows-MacOS-FreeBSD.md b/Autostart-on-Linux-Windows-MacOS-FreeBSD.md index 7596c00..1775be4 100644 --- a/Autostart-on-Linux-Windows-MacOS-FreeBSD.md +++ b/Autostart-on-Linux-Windows-MacOS-FreeBSD.md @@ -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`