Blame SOURCES/iptables.service

029dc7
[Unit]
029dc7
Description=IPv4 firewall with iptables
029dc7
AssertPathExists=/etc/sysconfig/iptables
fc8f74
Before=network-pre.target
fc8f74
Wants=network-pre.target
029dc7
029dc7
[Service]
029dc7
Type=oneshot
029dc7
RemainAfterExit=yes
029dc7
ExecStart=/usr/libexec/iptables/iptables.init start
029dc7
ExecReload=/usr/libexec/iptables/iptables.init reload
029dc7
ExecStop=/usr/libexec/iptables/iptables.init stop
029dc7
Environment=BOOTUP=serial
029dc7
Environment=CONSOLETYPE=serial
029dc7
StandardOutput=syslog
029dc7
StandardError=syslog
029dc7
029dc7
[Install]
fc8f74
WantedBy=multi-user.target