From e9aafca6bc17174c7bbfc7f016eec3a75f97b541 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Tue, 12 Feb 2019 15:13:54 -0800 Subject: [PATCH] Update README.md Security updates. Thanks @Gemba --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3830200..65c9da1 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,16 @@ In my configuration Kodi runs as default. Media center is still the primary usag After searching the internet, I found nothing really interesting. Kodi addon will not work because gamepad support is still missing. EmulationStation addon might work but than ... Kodi solution will be missing. So I had to go one level up to the OS. But even here I found nothing really easy to setup or working. So I decided to write this program. It runs as a daemon in the background and listening in nonblocking mode to /dev/input/js* devices. To make it hotplug capable, it's monitoring the udev signals if no device is present. -Update 22/12/2018: +Update 12/22/2018: If you have many different /dev/inputs, you can pass it as an arguement at the startup: ```jslisten --device /dev/input/myinput/js0``` +Update 02/12/2019: +Changed the default service user to "pi" in jslisten.service + +Use user root only if it's really required. + ## Installation Following example for Raspbian. Should work for many other distributions almost the same way.