Browse Source

zerotier: add respawn procd param

Signed-off-by: Chao Liu <git@expiron.dev>
lilik-openwrt-22.03
Chao Liu 3 years ago
committed by Rosen Penev
parent
commit
e99afaa97c
2 changed files with 2 additions and 2 deletions
  1. +1
    -2
      net/zerotier/Makefile
  2. +1
    -0
      net/zerotier/files/etc/init.d/zerotier

+ 1
- 2
net/zerotier/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zerotier
PKG_VERSION:=1.6.6
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
@ -77,4 +77,3 @@ endif
endef
$(eval $(call BuildPackage,zerotier))

+ 1
- 0
net/zerotier/files/etc/init.d/zerotier View File

@ -94,6 +94,7 @@ start_instance() {
procd_open_instance
procd_set_param command $PROG $args $path
procd_set_param stderr 1
procd_set_param respawn
procd_close_instance
}


Loading…
Cancel
Save