summaryrefslogtreecommitdiff
blob: 9975378353d31a5010fb9aa8978e8d550e359dab (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Store ip6tables firewall rules
Before=shutdown.target
DefaultDependencies=No

[Service]
Type=oneshot
ExecStart=/bin/sh -c "/sbin/ip6tables-save --counters > /var/lib/ip6tables/rules-save"

[Install]
WantedBy=shutdown.target