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

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

[Install]
WantedBy=multi-user.target