15 lines
366 B
Desktop File
15 lines
366 B
Desktop File
[Unit]
|
|
Description=IPv4 Packet Filtering Framework
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/iptables-restore /etc/iptables/iptables.rules
|
|
ExecReload=/usr/sbin/iptables-restore /etc/iptables/iptables.rules
|
|
ExecStop=/usr/lib/systemd/scripts/iptables-flush
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|