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

Revert 7fd3a956f63e6a9c05118cf64f8dd891d42aac87...a8b6bbaf881c29f547f87454cc26ee32ce03d485 on Autostart on Linux

Abzie 2017-02-06 06:02:46 +00:00
parent b40ec647c0
commit 6243008886

@ -206,6 +206,7 @@ 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
@ -222,6 +223,7 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF
```
**Move the file to your systemd system directory**