Add DeviceAllow=char-input to excpilcitly allow access to /dev/input/* If it's not set, then you get "cannot open input layer" error message in logs. It's related to ProtectClock=true being added in previous revision as it is also preventing access to other devices, see similar issue here: https://github.com/tailscale/tailscale/issues/1063#issuecomment-751425789 OBS-URL: https://build.opensuse.org/request/show/912735 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=101
Dokumentation for acpid can be found in 'man acpid'. Be aware that the acpid is only used to hand over ACPI events (caught from /proc/acpi/events) to other services (e.g. hal, powersaved, iald, ...). The events are handled by those services. Most of them are processed by the powersave daemon. For further documentation, please have a look at: /usr/share/doc/packages/pm-utils/ or http://powersave.sourceforge.net/
Description
Languages
Shell
100%