From a8b6bbaf881c29f547f87454cc26ee32ce03d485 Mon Sep 17 00:00:00 2001 From: Ryan Christensen Date: Sat, 4 Feb 2017 17:19:17 -0600 Subject: [PATCH] Fixed typos in systemd service file --- Autostart-on-Linux.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 0f27e53..b01d89a 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -206,7 +206,6 @@ 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 @@ -223,7 +222,6 @@ Restart=on-failure [Install] WantedBy=multi-user.target -EOF ``` **Move the file to your systemd system directory**