Change ConditionPathExists variable value to /var/lib/nftables/rules-save.
The old value, /var/lib/nftables-rules-save, is incorrect.
Package-Manager: portage-2.3.0
Gentoo-Bug: https://bugs.gentoo.org/588688
Closes: https://github.com/gentoo/gentoo/pull/1880
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
[Unit]
Description=Store and restore nftables firewall rules
-ConditionPathExists=/var/lib/nftables-rules-save
+ConditionPathExists=/var/lib/nftables/rules-save
Before=network.target
Before=shutdown.target