311316e433
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/iptables#fb677ca83cc1a1ad64e67ae869318c8909650c47
19 lines
441 B
Desktop File
19 lines
441 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
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|