summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iptables/iptables/ip6tables.service
blob: 6c059fca49b9d146138a1936fe81ea638e980708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=IPv6 Packet Filtering Framework
Before=network-pre.target
Wants=network-pre.target

[Service]
Type=oneshot
ExecStart=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
ExecReload=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target