]> git.ipfire.org Git - ipfire-2.x.git/blob - src/scripts/sanedloop
Merge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_...
[ipfire-2.x.git] / src / scripts / sanedloop
1 #!/bin/sh
2 #
3 # saned is intended for use with (x)inet.d so we have to recall it in a loop
4 #
5 (while true; do /usr/sbin/saned -s0; done) &