From 88ef0c65158c270f905d892c5ee1cf7408478788 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 1 Aug 2020 11:12:33 +0200 Subject: [PATCH] Update Autostart-on-Linux-Windows-MacOS-FreeBSD.md Updated systemd --- Autostart-on-Linux-Windows-MacOS-FreeBSD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Autostart-on-Linux-Windows-MacOS-FreeBSD.md b/Autostart-on-Linux-Windows-MacOS-FreeBSD.md index 932c197..7596c00 100644 --- a/Autostart-on-Linux-Windows-MacOS-FreeBSD.md +++ b/Autostart-on-Linux-Windows-MacOS-FreeBSD.md @@ -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