mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/unbound: add missing unbound user
Without the unbound user the daemon does not start on bootup. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1feacea667
commit
67e6d0a3f1
@@ -54,4 +54,8 @@ define UNBOUND_INSTALL_INIT_SYSV
|
||||
$(TARGET_DIR)/etc/init.d/S70unbound
|
||||
endef
|
||||
|
||||
define UNBOUND_USERS
|
||||
unbound -1 unbound -1 * /etc/unbound - - unbound daemon
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user