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>
@@ -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))