diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index b01d89a..0f27e53 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -206,6 +206,7 @@ Modern Linux systems have been updated to use the new systemd standard. The met Be sure to modify the user, group, mono path and install directory. ```bash +cat > radarr.service << EOF [Unit] Description=Radarr Daemon After=syslog.target network.target @@ -222,6 +223,7 @@ Restart=on-failure [Install] WantedBy=multi-user.target +EOF ``` **Move the file to your systemd system directory**