mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03: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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f6b96fbd62
commit
50a8d8330b
@@ -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