2011-07-15 14:21:02 +00:00
|
|
|
[Unit]
|
2011-07-21 13:53:48 +00:00
|
|
|
Description=IPv4 firewall with iptables
|
2016-04-13 17:00:02 +00:00
|
|
|
AssertPathExists=/etc/sysconfig/iptables
|
2021-07-01 16:31:01 +00:00
|
|
|
Before=network-pre.target
|
|
|
|
Wants=network-pre.target
|
2011-07-15 14:21:02 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2012-10-12 14:23:05 +00:00
|
|
|
ExecStart=/usr/libexec/iptables/iptables.init start
|
2014-03-12 13:47:42 +00:00
|
|
|
ExecReload=/usr/libexec/iptables/iptables.init reload
|
2012-10-12 14:23:05 +00:00
|
|
|
ExecStop=/usr/libexec/iptables/iptables.init stop
|
2011-07-15 14:21:02 +00:00
|
|
|
Environment=BOOTUP=serial
|
|
|
|
Environment=CONSOLETYPE=serial
|
|
|
|
|
|
|
|
[Install]
|
2021-07-01 16:31:01 +00:00
|
|
|
WantedBy=multi-user.target
|