summaryrefslogtreecommitdiffstats
path: root/abs/core/iptables/ip6tables.service
blob: 7a8d39ca0bb1af3727b80513e620ef9f1af5d5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=IPv6 Packet Filtering Framework

[Service]
Type=oneshot
ExecStart=/usr/bin/ip6tables-restore /etc/iptables/ip6tables.rules
ExecReload=/usr/bin/ip6tables-restore /etc/iptables/ip6tables.rules
ExecStop=/usr/lib/systemd/scripts/iptables-flush 6
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target