2014-07-22 10:55:40 +00:00

9 lines
253 B
Plaintext

To have ipguard start at boot time, add the following line
to /etc/rc.local, substituting <interface> as needed:
if [ -x ${PREFIX}/sbin/ipguard ]; then
install -d -o _ipguard /var/run/ipguard
${PREFIX}/sbin/ipguard <interface>
echo -n ' ipguard'
fi