1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00

Replaced mv with install. Allows file to match proper permissions and ownership once installed.

Ruth Harris 2019-07-04 18:58:07 -04:00
parent 1146683bfe
commit 89466d8183

@ -36,12 +36,12 @@ Restart=on-failure
WantedBy=multi-user.target WantedBy=multi-user.target
``` ```
**Move the file to your system directory** **Install the file to your system directory**
Typically located in `/etc/systemd/system/`, **verify before proceeding**. Will differ based on distribution. Typically located in `/etc/systemd/system/`, **verify before proceeding**. Will differ based on distribution.
```bash ```bash
mv lidarr.service /etc/systemd/system/ sudo install -m 644 lidarr.service /etc/systemd/system/
``` ```
**Add Lidarr to startup** **Add Lidarr to startup**