mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
lidar -> lidarr
parent
d2458b6464
commit
fd1f6bf6ad
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ useradd -s /bin/false -d /var/lib/lidarr/ -r -m -U lidarr
|
|||
```
|
||||
3. Change owner and permissions for lidarr application files:
|
||||
``` bash
|
||||
chown -R lidarr:lidarr {Lidar/app/Dir}
|
||||
chmod -R a=,a+X,u+rw,g+r {Lidar/app/Dir}
|
||||
chown -R lidarr:lidarr {path/to/lidarr/app/dir}
|
||||
chmod -R a=,a+X,u+rw,g+r {path/to/lidarr/app/dir}
|
||||
```
|
||||
4. Run lidarr as system service: [Autostart on Linux](https://github.com/lidarr/Lidarr/wiki/Autostart-on-Linux)
|
||||
5. Lidarr should be available on port 8686, for example: http://localhost:8686
|
||||
|
|
Loading…
Reference in a new issue