summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 560f265..2b982fd 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -203,9 +203,6 @@ function rescue_detect_keypress() {
unmute_kernel_msgs();
echo "done.\n";
- /* start syslogd - needs to be after LAN bringup. */
- system_syslogd_start();
-
/* set up WAN interface */
echo "Configuring WAN interface...";
mute_kernel_msgs();
@@ -225,6 +222,9 @@ function rescue_detect_keypress() {
/* bring up carp interfaces */
interfaces_carp_configure();
+ /* start syslogd - needs to be after LAN bringup. */
+ system_syslogd_start();
+
/* generate resolv.conf */
system_resolvconf_generate();
OpenPOWER on IntegriCloud