Skip to content

Commit

Permalink
init: T6989: start syslog early
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Feb 2, 2025
1 parent 4af6c2f commit 7ae3d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init/vyos-router
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ start ()

# As VyOS does not execute commands that are not present in the CLI we call
# the script by hand to have a single source for the login banner and MOTD
${vyos_conf_scripts_dir}/system_syslog.py || log_failure_msg "could not reset syslog"
${vyos_conf_scripts_dir}/system_console.py || log_failure_msg "could not reset serial console"
${vyos_conf_scripts_dir}/system_login_banner.py || log_failure_msg "could not reset motd and issue files"
${vyos_conf_scripts_dir}/system_option.py || log_failure_msg "could not reset system option files"
Expand Down

0 comments on commit 7ae3d37

Please sign in to comment.