access rights issue with X

This commit is contained in:
mrrudy 2022-10-19 15:59:46 +02:00
parent 2d8d2c8ae8
commit f6e9f55638
2 changed files with 7 additions and 1 deletions

View file

@ -165,7 +165,7 @@ __EOF__
cat > /etc/systemd/system/lightdm.service.d/override.conf << __EOF__
[Service]
ExecStartPre=/bin/sh -c '/usr/local/bin/preX-populate-input.sh'
SupplementaryGroups=video input audio
SupplementaryGroups=video input audio tty
__EOF__
systemctl daemon-reload
msg_ok "Set up device detection for xorg"