mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Start rtsold if necessary.
Reviewed by: hrs MFC after: 3 days
This commit is contained in:
parent
5ad43f4b9a
commit
0be7f787bb
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ _start=quietstart
|
|||
/etc/rc.d/route6d ${_start}
|
||||
/etc/rc.d/mrouted ${_start}
|
||||
/etc/rc.d/routed ${_start}
|
||||
/etc/rc.d/rtsold ${_start}
|
||||
/etc/rc.d/nisdomain ${_start}
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue