1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-28 08:46:39 +02:00

Fixed typos in systemd service file

Ryan Christensen 2017-02-04 17:19:17 -06:00
parent 7fd3a956f6
commit a8b6bbaf88

@ -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. Be sure to modify the user, group, mono path and install directory.
```bash ```bash
cat > radarr.service << EOF
[Unit] [Unit]
Description=Radarr Daemon Description=Radarr Daemon
After=syslog.target network.target After=syslog.target network.target
@ -223,7 +222,6 @@ Restart=on-failure
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
EOF
``` ```
**Move the file to your systemd system directory** **Move the file to your systemd system directory**