void-packages/srcpkgs/iptables/files/ip6tables.service

11 lines
241 B
Desktop File

[Unit]
Description=IPv6 Packet Filtering Framework
[Service]
Type=oneshot
ExecStart=/usr/sbin/ip6tables-restore /etc/iptables/ip6tables.rules
ExecStop=/usr/libexec/iptables-flush -6
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target