I need to run iptables-restore at boot.
I've tried setting up crontab with:
which didn't work, although '/usr/sbin/iptables-restore /storage/fwrules.v4' in the terminal works as intended.
I also tried running this as a simple, executable shell script
which works - when run from terminal. But not when called @reboot via crontab.
Which leads me to wonder if @reboot is functional in LE (7) - and how I can accomplish restoring iptables rules on boot?
Thanks in advance, guys and gals.