48928b097d
- new iptables.service file - additional requires - moved sysv init scripts to /usr/libexec - added new post, preun and postun scripts and triggers
18 lines
361 B
Desktop File
18 lines
361 B
Desktop File
[Unit]
|
|
Description=iptables Firewall for IPv4
|
|
After=syslog.target
|
|
ConditionPathExists=/etc/sysconfig/iptables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/libexec/iptables start
|
|
ExecStop=/usr/libexec/iptables stop
|
|
Environment=BOOTUP=serial
|
|
Environment=CONSOLETYPE=serial
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|