From e84f6514538f0638507ce8066f801374db6f4150 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Sat, 29 Jan 2022 20:54:35 +0800 Subject: acme: use the hotplug system Signed-off-by: Glen Huang --- net/haproxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/haproxy/Makefile') diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 3b882d954..bd47c15bb 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -122,6 +122,8 @@ define Package/haproxy/install $(INSTALL_CONF) ./files/haproxy.cfg $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/haproxy.init $(1)/etc/init.d/haproxy + $(INSTALL_DIR) $(1)/etc/hotplug.d/acme + $(INSTALL_DATA) ./files/acme.hotplug $(1)/etc/hotplug.d/acme/00-haproxy endef Package/haproxy-nossl/install = $(Package/haproxy/install) -- cgit v1.2.3