2011-10-11 05:58:03 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Packet Filtering Framework
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/sbin/iptables-restore /etc/iptables/iptables.rules
|
2014-10-28 11:43:39 +01:00
|
|
|
ExecStop=/usr/libexec/iptables-flush
|
2011-10-11 05:58:03 +02:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|