1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 10:42:47 +01:00

Removed cat < EOF instruction, it's confusing for most users.

Taloth 2017-02-26 21:54:38 +01:00
parent 89ea73541f
commit f6ce1e8af5

@ -206,8 +206,8 @@ Modern Linux systems have been updated to use the new systemd standard. The met
**Create the service file**
Be sure to modify the user, group, mono path and install directory.
```bash
cat > sonarr.service << EOF
Create the file `sonarr.service` with the content:
```
[Unit]
Description=Sonarr Daemon
After=syslog.target network.target
@ -224,7 +224,6 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF
```
**Move the file to your systemd system directory**