summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/olympus-nuvoton-iptable-save/phosphor-save-iptable-rules.service
blob: 9c340bd486a4c1c946a195ba9f3bfe9ee1623a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Save iptable rules
DefaultDependencies=no
After=shutdown.target

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/sh -c "iptables-save > /etc/iptables/iptables.rules"

[Install]
WantedBy=shutdown.target