summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.bootup
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-02 06:16:12 -0300
committerRenato Botelho <renato@netgate.com>2015-10-02 06:16:12 -0300
commitf07d791305c9d0d8f339afc80d2c0aae1a5568a7 (patch)
treeda8be6b17bfd45c4a9f4dbbb5e8b97dc36dc2089 /src/etc/rc.bootup
parent9f1815d4bd0ea387a02bbf6f163ebeaadfe951e9 (diff)
parent59e0418683428d13900a5b0b01f5670675d583a2 (diff)
downloadpfsense-f07d791305c9d0d8f339afc80d2c0aae1a5568a7.zip
pfsense-f07d791305c9d0d8f339afc80d2c0aae1a5568a7.tar.gz
Merge pull request #1803 from nagyrobi/patch-18
Diffstat (limited to 'src/etc/rc.bootup')
-rwxr-xr-xsrc/etc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup
index 21ef089..e4a83f1 100755
--- a/src/etc/rc.bootup
+++ b/src/etc/rc.bootup
@@ -149,6 +149,9 @@ echo "Loading configuration...";
parse_config_bootup();
echo "done.\n";
+/* run any early shell commands specified in config.xml */
+system_do_shell_commands(1);
+
/*
* Determine if we need to throw a interface exception
* and ask the user to reassign interfaces. This will
@@ -194,9 +197,6 @@ load_crypto();
/* enable optional thermal sensor modules */
load_thermal_hardware();
-/* run any early shell commands specified in config.xml */
-system_do_shell_commands(1);
-
/* set up our timezone */
system_timezone_configure();
OpenPOWER on IntegriCloud