fix(keyd): proper sysusers.d entry format (#4014) (#4018)

Signed-off-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com>
(cherry picked from commit 0a7bb48c88)

Co-authored-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-03-19 11:10:53 -07:00
committed by GitHub
parent cdc236031a
commit f53138a571
+2 -2
View File
@@ -1,6 +1,6 @@
Name: keyd
Version: 2.5.0
Release: 2%?dist
Release: 3%?dist
Summary: Key remapping daemon for linux
URL: https://github.com/rvaiya/keyd
License: MIT
@@ -15,7 +15,7 @@ level input primitives (evdev, uinput).
%prep
%autosetup
cat<<EOF > keyd.conf
g keyd
g keyd -
EOF
%build