diff options
| -rw-r--r-- | etc/rc.d/syscons | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.d/syscons b/etc/rc.d/syscons index 533915121cfe..234f5b21fb37 100644 --- a/etc/rc.d/syscons +++ b/etc/rc.d/syscons @@ -36,7 +36,6 @@ name="syscons" start_precmd="syscons_precmd" start_cmd="syscons_start" -load_rc_config $name # stdin must be redirected because it might be for a serial console # @@ -197,3 +196,6 @@ syscons_start() echo '.' } + +load_rc_config $name +run_rc_command "$1" |
