luci-app-zerotier: drop nohup depend

This commit is contained in:
LEAN-ESX 2020-03-10 02:33:36 -07:00
parent 761da2dd55
commit ae45546306
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LUCI_TITLE:=LuCI for Zerotier
LUCI_DEPENDS:=+zerotier
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=15
PKG_RELEASE:=16
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -83,7 +83,7 @@ start_instance() {
start_service() {
config_load 'zerotier'
config_foreach start_instance 'zerotier'
touch /tmp/zero.log && nohup /etc/zerotier.start > /tmp/zero.log 2>&1 &
touch /tmp/zero.log && /etc/zerotier.start > /tmp/zero.log 2>&1 &
}
stop_instance() {