summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 597cb2a..8c16fd0 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -117,6 +117,9 @@
/* start devd (dhclient now uses it */
start_devd();
+ /* start syslogd */
+ system_syslogd_start();
+
/* set up VLAN virtual interfaces */
interfaces_vlan_configure();
@@ -165,9 +168,6 @@
/* enable routing */
system_routing_enable();
-
- /* start syslogd */
- system_syslogd_start();
/* ensure passwords are sync'd */
system_password_configure();
OpenPOWER on IntegriCloud