mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fixed typos in systemd service file
parent
7fd3a956f6
commit
a8b6bbaf88
1 changed files with 0 additions and 2 deletions
|
@ -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**
|
||||
|
|
Loading…
Reference in a new issue