copy/paste error into readme, fixes #3
This commit is contained in:
parent
8ff0521e76
commit
3d75368cc7
@ -9,6 +9,8 @@ Arch Linux users (not Arch ARM users) can find a PKGBUILD in the [AUR](https://a
|
|||||||
Users of other distros should copy `kodi.service` to `/usr/lib/systemd/system/` and should create both a kodi user and home directory as follows:
|
Users of other distros should copy `kodi.service` to `/usr/lib/systemd/system/` and should create both a kodi user and home directory as follows:
|
||||||
```
|
```
|
||||||
useradd -c 'kodi user' -u 420 -g kodi -G audio,video,network,optical \
|
useradd -c 'kodi user' -u 420 -g kodi -G audio,video,network,optical \
|
||||||
|
-d /var/lib/kodi -s /usr/bin/nologin kodi
|
||||||
|
|
||||||
passwd -l kodi > /dev/null
|
passwd -l kodi > /dev/null
|
||||||
|
|
||||||
mkdir /var/lib/kodi/.kodi
|
mkdir /var/lib/kodi/.kodi
|
||||||
|
Loading…
Reference in New Issue
Block a user