mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -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>
(cherry picked from commit 67e6d0a3f1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
29405a9499
commit
0c99fd35bf
@@ -54,4 +54,8 @@ define UNBOUND_INSTALL_INIT_SYSV
|
|||||||
$(TARGET_DIR)/etc/init.d/S70unbound
|
$(TARGET_DIR)/etc/init.d/S70unbound
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define UNBOUND_USERS
|
||||||
|
unbound -1 unbound -1 * /etc/unbound - - unbound daemon
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user