mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 15:53:23 +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
|
||||
```
|
||||
|
||||
**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…
Reference in a new issue