mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 03:12:38 +08:00
Merge pull request #80 from hyird/patch-1
https-dns-proxy: do not boot on startup
This commit is contained in:
commit
245857ce0a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user