https-dns-proxy: do not boot on startup

This commit is contained in:
hyird 2020-09-05 14:59:51 +08:00 committed by GitHub
parent 9758cc8d23
commit e7d268a7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,11 @@ define Package/https-dns-proxy/install
$(INSTALL_CONF) ./files/https-dns-proxy.config $(1)/etc/config/https-dns-proxy
endef
define Package/https-dns-proxy/postinst
#!/bin/sh
/etc/init.d/https-dns-proxy disable
/etc/init.d/https-dns-proxy stop
exit 0
endef
$(eval $(call BuildPackage,https-dns-proxy))