firewalld: fix firewall-cmd dependency

This should be "program" instead of "program start".
This commit is contained in:
William Hubbs 2012-11-10 14:56:17 -06:00
parent 23f975dfcd
commit cf7b904704

View File

@ -5,7 +5,7 @@ firewalld_depend()
{
after interface
before dhcp
program start firewall-cmd
program firewall-cmd
[ "$IFACE" != "lo" ] && need firewalld
}