mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/seatd: fix seatd group name
The seatd service was changed to use the "seat" group in version 0.6.0:5535c2c3b1In buildroot we updated seatd past version 0.6.0 in commit:c54f85ca0dHowever we forgot to fix the group name when doing so. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit50a8d8330b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e57158821e
commit
f6706817e7
@@ -33,7 +33,7 @@ ifeq ($(BR2_PACKAGE_SEATD_DAEMON),y)
|
||||
SEATD_CONF_OPTS += -Dlibseat-seatd=enabled -Dserver=enabled
|
||||
|
||||
define SEATD_USERS
|
||||
- - video -1 - - - - -
|
||||
- - seat -1 - - - - -
|
||||
endef
|
||||
|
||||
define SEATD_INSTALL_INIT_SYSV
|
||||
|
||||
Reference in New Issue
Block a user