diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-07 03:27:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-07 03:27:23 +0000 |
commit | 562fca6d5692fc1f4343b2f2a8326b72a35065cb (patch) | |
tree | 50c0ee9b2776e6f6e476a51ad0592dd9ad41ec40 /etc/rc.bootup | |
parent | 8435d6edf3c6c12b00c8f0be873af56151ccf1ac (diff) | |
download | pfsense-562fca6d5692fc1f4343b2f2a8326b72a35065cb.zip pfsense-562fca6d5692fc1f4343b2f2a8326b72a35065cb.tar.gz |
Do not require a reboot to setup polling.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
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(); |