You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
441 B
19 lines
441 B
6 years ago
|
[Unit]
|
||
|
Description=IPv4 firewall with iptables
|
||
|
After=syslog.target
|
||
|
AssertPathExists=/etc/sysconfig/iptables
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/libexec/iptables/iptables.init start
|
||
|
ExecReload=/usr/libexec/iptables/iptables.init reload
|
||
|
ExecStop=/usr/libexec/iptables/iptables.init stop
|
||
|
Environment=BOOTUP=serial
|
||
|
Environment=CONSOLETYPE=serial
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=basic.target
|