2 Description=Store and restore iptables rules
8 EnvironmentFile=/etc/conf.d/iptables
9 ExecStart=/sbin/iptables-restore ${SAVE_RESTORE_OPTIONS} ${IPTABLES_SAVE}
10 ExecStop=/sbin/iptables-save ${SAVE_RESTORE_OPTIONS} ${IPTABLES_SAVE}
13 WantedBy=multi-user.target