From 7f04710579ef9466bc429403624fed71f112d6c9 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Sat, 22 Oct 2022 22:17:08 +0800 Subject: amce: use procd to restart services Directly calling `/etc/init.d/ reload` in a hotplug script can inadvertently start a stopped service. Signed-off-by: Glen Huang --- net/nginx/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'net/nginx/Makefile') diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 41436aa39..0cb8c65b0 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -376,9 +376,6 @@ ifeq ($(CONFIG_NGINX_NAXSI),y) endif $(if $(CONFIG_NGINX_NAXSI),$($(INSTALL_BIN) $(PKG_BUILD_DIR)/nginx-naxsi/naxsi_config/naxsi_core.rules $(1)/etc/nginx)) $(if $(CONFIG_NGINX_NAXSI),$(chmod 0640 $(1)/etc/nginx/naxsi_core.rules)) - - $(INSTALL_DIR) $(1)/etc/hotplug.d/acme - $(INSTALL_DATA) ./files/acme.hotplug $(1)/etc/hotplug.d/acme/00-nginx endef Package/nginx-all-module/install = $(Package/nginx-ssl/install) -- cgit v1.2.3