]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/scripts/sanedloop
fix service.cgi hangs if the initscript of an addon dosn't close output
[people/pmueller/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) &