summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2013-01-05 17:16:21 +0100
committersmos <seth.mos@dds.nl>2013-01-05 17:16:21 +0100
commit2b6f7508db551986ba8980b36445783b16905b72 (patch)
tree928a994ef5d1e8bcaedd8214114587028c719beb /etc/rc.bootup
parent8f833c7c0adae8abe480dc36731d721da845f6b9 (diff)
downloadpfsense-2b6f7508db551986ba8980b36445783b16905b72.zip
pfsense-2b6f7508db551986ba8980b36445783b16905b72.tar.gz
Move up the syslog daemon so that we get a larger part of the bootup sequence.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 8af6ceb..f77a6f6 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -241,6 +241,9 @@ system_hosts_generate();
/* configure loopback interface */
interfaces_loopback_configure();
+/* start syslogd */
+system_syslogd_start();
+
echo "Starting Secure Shell Services...";
mwexec_bg("/etc/sshd");
echo "done.\n";
@@ -273,9 +276,6 @@ echo "done.\n";
/* generate resolv.conf */
system_resolvconf_generate();
-/* start syslogd */
-system_syslogd_start();
-
/* setup altq + pf */
filter_configure_sync();
OpenPOWER on IntegriCloud