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
parent
50fc4b863e
commit
88ef0c6515
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue