701b94829c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/iptables#4ef8aaebbe6d2223197a3ce86a056949368aca86
17 lines
398 B
Desktop File
17 lines
398 B
Desktop File
[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
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|