From 02e154d3e56bd35b2db345250c17e41da0edcfa9 Mon Sep 17 00:00:00 2001 From: Carlo Alberto Ferraris Date: Wed, 2 Nov 2022 22:14:01 +0900 Subject: [PATCH] tailscale: preserve tailscaled state file Fixes #19774 Signed-off-by: Carlo Alberto Ferraris --- net/tailscale/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 8f979aede9..e15b54aa17 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)) -- 2.30.2