Blame SOURCES/iptables.service

26b15f
[Unit]
26b15f
Description=IPv4 firewall with iptables
26b15f
After=syslog.target
26b15f
AssertPathExists=/etc/sysconfig/iptables
26b15f
26b15f
[Service]
26b15f
Type=oneshot
26b15f
RemainAfterExit=yes
26b15f
ExecStart=/usr/libexec/iptables/iptables.init start
26b15f
ExecReload=/usr/libexec/iptables/iptables.init reload
26b15f
ExecStop=/usr/libexec/iptables/iptables.init stop
26b15f
Environment=BOOTUP=serial
26b15f
Environment=CONSOLETYPE=serial
26b15f
StandardOutput=syslog
26b15f
StandardError=syslog
26b15f
26b15f
[Install]
26b15f
WantedBy=basic.target