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.
parent
1146683bfe
commit
89466d8183
1 changed files with 2 additions and 2 deletions
|
@ -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**
|
||||||
|
|
Loading…
Reference in a new issue