summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 03:27:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 03:27:23 +0000
commit562fca6d5692fc1f4343b2f2a8326b72a35065cb (patch)
tree50c0ee9b2776e6f6e476a51ad0592dd9ad41ec40 /etc/rc.bootup
parent8435d6edf3c6c12b00c8f0be873af56151ccf1ac (diff)
downloadpfsense-562fca6d5692fc1f4343b2f2a8326b72a35065cb.zip
pfsense-562fca6d5692fc1f4343b2f2a8326b72a35065cb.tar.gz
Do not require a reboot to setup polling.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b71c6f9..13934e1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -229,6 +229,9 @@
/* run any shell commands specified in config.xml */
system_do_shell_commands();
+ /* setup polling */
+ setup_polling();
+
/* start ftp proxy helpers if they are enabled */
echo "Starting FTP helpers... ";
system_start_ftp_helpers();
OpenPOWER on IntegriCloud