summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-10 20:13:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-10 20:13:25 +0000
commitf4959a6958cf9ca47d7f1af90b70f64282643272 (patch)
tree5db91cdbc2d81cc478c5a3c134924e1cf26ba27e /etc/rc.bootup
parent8cb9777bb1949fe13cfb7c1e73eda7fed693070d (diff)
downloadpfsense-f4959a6958cf9ca47d7f1af90b70f64282643272.zip
pfsense-f4959a6958cf9ca47d7f1af90b70f64282643272.tar.gz
Start SNMP last
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 46ec054..8831bb1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -212,9 +212,6 @@
/* start DHCP relay */
services_dhcrelay_configure();
- /* start SNMP service */
- services_snmpd_configure();
-
/* start proxy ARP service */
services_proxyarp_configure();
@@ -256,13 +253,16 @@
interfaces_carp_bring_up_final();
+ /* start SNMP service */
+ services_snmpd_configure();
+
/* power down hard drive if needed/set */
system_set_harddisk_standby();
/* lock down console if necessary */
if(isset($config['system']['disableconsolemenu']))
touch("/var/etc/console_lockdown");
-
+
filter_configure();
/* done */
OpenPOWER on IntegriCloud