1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 07:42:28 +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
```
**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**