Jelajahi Sumber

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>
Waldemar Brodkorb 11 bulan lalu
induk
melakukan
67e6d0a3f1
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      package/unbound/unbound.mk

+ 4 - 0
package/unbound/unbound.mk

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