]> git.pld-linux.org Git - packages/iptables.git/blame - iptables.service
remove TPROXY-IPv6 patch dropped from spec in 9b1e8e3
[packages/iptables.git] / iptables.service
CommitLineData
63a6c82f
JR
1[Unit]
2Description=IPv4 firewall with iptables
3After=syslog.target
bb2d0a3a 4ConditionPathExists=/etc/sysconfig/iptables-config
63a6c82f
JR
5
6[Service]
7Type=oneshot
8RemainAfterExit=yes
28c4b6ff
JR
9ExecStart=/etc/rc.d/init.d/iptables --quiet start
10ExecStop=/etc/rc.d/init.d/iptables --quiet stop
63a6c82f
JR
11StandardOutput=syslog
12StandardError=syslog
13
14[Install]
15WantedBy=basic.target
This page took 0.319167 seconds and 4 git commands to generate.