From 7ae3d37e5d096b4a7a6d803820cf785d27d55bdb Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 2 Feb 2025 21:39:45 +0100 Subject: [PATCH] init: T6989: start syslog early --- src/init/vyos-router | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init/vyos-router b/src/init/vyos-router index 00136309b8..ab3cc42cb0 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -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"