From e912499c77d384a7b4e0cbdb920659551b966e60 Mon Sep 17 00:00:00 2001 From: solsTiCe d'Hiver Date: Mon, 17 Jan 2022 11:08:14 +0100 Subject: [PATCH] Fix explanation in README.md for non arch user * The file is already installed as `/etc/sysusers.d/kodi-standalone.conf` so it is just needed to edit it. No need to copy it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77cf365..daa5aa7 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Note that I list some dependencies below that the Arch package already has liste * xorg-server and xorg-xinit (for running x11) #### Notes for users of non-Arch Linux distros -1. Users of Ubuntu ≥20.0 will need to copy the contents of [sysusers.conf](https://github.com/graysky2/kodi-standalone-service/blob/master/x86/init/sysusers.conf) to `/etc/sysusers.d/kodi.conf` and uncomment the line adding kodi user to the `render` group. +1. Users of Ubuntu ≥20.0 will need to edit `/etc/sysusers.d/kodi-standalone.conf` and uncomment the line adding kodi user to the `render` group. -2. Users of Ubuntu wishing the kodi user to access devices on `/dev/ttyxxxx`, will need to copy the contents of [sysusers.conf](https://github.com/graysky2/kodi-standalone-service/blob/master/x86/init/sysusers.conf) to `/etc/sysusers.d/kodi.conf` and uncomment the line adding the kodi user to the `dialout` group. +2. Users of Ubuntu wishing the kodi user to access devices on `/dev/ttyxxxx`, will need to edit `/etc/sysusers.d/kodi-standalone.conf` and uncomment the line adding the kodi user to the `dialout` group. ## Usage Simply [start/enable](https://wiki.archlinux.org/index.php/Systemd#Using_units) the requisite service.