mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:04:36 +08:00
13 lines
319 B
SYSTEMD
13 lines
319 B
SYSTEMD
|
[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
|