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

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

[Install]
WantedBy=shutdown.target