summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/rc.bootup')
-rwxr-xr-xsrc/etc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup
index 5ddc69d..ce93acd 100755
--- a/src/etc/rc.bootup
+++ b/src/etc/rc.bootup
@@ -230,6 +230,9 @@ interfaces_loopback_configure();
/* start syslogd */
system_syslogd_start();
+/* restore alias tables */
+restore_aliastables();
+
echo "Starting Secure Shell Services...";
send_event("service reload sshd");
echo "done.\n";
OpenPOWER on IntegriCloud