SamSu 9ca03fcd19 if not any conf change, service will not restart
Change-Id: I821ee220c4242dca427ce8ae05f51e23fdd6064e
2014-03-05 18:25:55 -08:00

4 lines
69 B
Plaintext

#!/bin/sh
/sbin/iptables-restore < <%= @iptables_save_file %>
exit 0