diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 018203c..8c65428 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -29,7 +29,18 @@ WantedBy=multi-user.target systemctl start radarr.service ### Check Radarr Status - systemctl status radarr.service + 0 ✓ user@server ~ $ sudo systemctl status radarr + ● radarr.service - Radarr Service + Loaded: loaded (/usr/lib/systemd/system/radarr.service; enabled; vendor preset: disabled) + Active: active (running) since Tue 2017-03-07 10:23:44 PST; 5min ago + Main PID: 19978 (mono) + Tasks: 16 (limit: 4915) + Memory: 114.6M + CPU: 9.331s + CGroup: /system.slice/radarr.service + └─19978 /usr/bin/mono --debug /usr/lib/radarr/Radarr.exe -nobrowser -data=/var/lib/radarr + +Mar 07 10:23:44 apollo systemd[1]: Started Radarr Service. If Radarr does not restart after an update, add the following to your systemd service unit: