1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 05:25:28 +00:00

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

Updated systemd
TRaSH 2020-08-01 11:12:33 +02:00
parent 50fc4b863e
commit 88ef0c6515

@ -81,7 +81,9 @@ ExecStartPre=/bin/sleep 30
WantedBy=multi-user.target
```
Then you need to enable the service using `sudo systemctl enable bazarr`
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