In order to start olsrd at boot time, edit /etc/olsrd.conf and
add the following lines to /etc/rc.local:

if [ -x /usr/local/sbin/olsrd ]; then
        echo -n ' olsrd';       /usr/local/sbin/olsrd
fi

