aboutsummaryrefslogtreecommitdiff
path: root/net/tailscale
diff options
context:
space:
mode:
authorCarlo Alberto Ferraris <cafxx@strayorange.com>2022-11-02 22:14:01 +0900
committerTianling Shen <cnsztl@gmail.com>2022-12-09 07:21:33 +0800
commit02e154d3e56bd35b2db345250c17e41da0edcfa9 (patch)
treecd5ee35a116efc3ed161de6efdd2ff332da098d1 /net/tailscale
parentcec29e91055c7e1722a99762fa1994198729d264 (diff)
tailscale: preserve tailscaled state file
Fixes #19774 Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
Diffstat (limited to 'net/tailscale')
-rw-r--r--net/tailscale/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile
index 8f979aede..e15b54aa1 100644
--- a/net/tailscale/Makefile
+++ b/net/tailscale/Makefile
@@ -77,6 +77,7 @@ endef
define Package/tailscaled/conffiles
/etc/config/tailscale
+/etc/tailscale/tailscaled.state
endef
$(eval $(call BuildPackage,tailscale))