# libvirt uses iptables when creating the virtual network devices, basically # undoing the shorewall changes, making it necessary to restart shorewall description "restart shorewall after libvirt-bin" start on started libvirt-bin pre-start script # make sure libvirt is done with breaking stuff :-) sleep 10 end script exec service shorewall restart