8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
|
In order to start olsrd at boot time, edit ${SYSCONFDIR}/olsrd.conf and
|
||
|
add the following lines to /etc/rc.local:
|
||
|
|
||
|
if [ -x ${PREFIX}/sbin/olsrd ]; then
|
||
|
echo -n ' olsrd'; ${PREFIX}/sbin/olsrd
|
||
|
fi
|
||
|
|