From aa83f6cc2758fb75c14dfe95d6c33750da3aa749 Mon Sep 17 00:00:00 2001 From: graysky Date: Fri, 1 May 2020 12:22:56 -0400 Subject: [PATCH] fixes #14 --- README.md | 5 ++++- init/sysusers.conf | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd501cc..13efd38 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Arch Linux users can find a PKGBUILD in the [AUR](https://aur.archlinux.org/pack ### Arch ARM Users of Arch ARM should NOT use this method as the distro package provides analogous functionality. +### Ubuntu +For the kodi user to access devices on `/dev/ttyxxxx`, users will need to edit `init/sysusers.conf` and uncomment the line corresponding to enable membership in the dialout group. + ### Other distros Users of other distros should install the following files: @@ -27,7 +30,7 @@ Or for kodi-gbm: systemctl start kodi-gbm ``` -## Dependency List +## Dependencies * kodi (x11 or gbm) * polkit diff --git a/init/sysusers.conf b/init/sysusers.conf index 301939f..45798cc 100644 --- a/init/sysusers.conf +++ b/init/sysusers.conf @@ -9,3 +9,7 @@ m kodi audio m kodi optical m kodi uucp m kodi video + +# uncomment the following line for Ubunutu users needing access to /etc/ttyxxxx +# https://github.com/graysky2/kodi-standalone-service/issues/14 +# m kodi dialout