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

master
Ruth Harris 5 years ago
parent 1146683bfe
commit 89466d8183

@ -36,12 +36,12 @@ Restart=on-failure
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.
```bash
mv lidarr.service /etc/systemd/system/
sudo install -m 644 lidarr.service /etc/systemd/system/
```
**Add Lidarr to startup**

Loading…
Cancel
Save