diff options
author | Carlo Alberto Ferraris <cafxx@strayorange.com> | 2022-11-02 22:14:01 +0900 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-12-09 07:21:33 +0800 |
commit | 02e154d3e56bd35b2db345250c17e41da0edcfa9 (patch) | |
tree | cd5ee35a116efc3ed161de6efdd2ff332da098d1 /net/tailscale | |
parent | cec29e91055c7e1722a99762fa1994198729d264 (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/Makefile | 1 |
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)) |