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.
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**
|
||||
|
Loading…
Reference in New Issue
Block a user