tor: preserve tor keys over sysupgrade
Mark the directories containing the keys for hidden services as conffiles to preserve them over sysupgrade. Fixes: #2247 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
88e4f98f2c
commit
4001649ed5
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ endef
|
||||||
|
|
||||||
define Package/tor/conffiles
|
define Package/tor/conffiles
|
||||||
/etc/tor/torrc
|
/etc/tor/torrc
|
||||||
|
/var/lib/tor/fingerprint
|
||||||
|
/var/lib/tor/keys/*
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
Loading…
Reference in a new issue