diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-24 04:07:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-24 04:07:11 +0000 |
commit | 1358a88c927db0b52e8dfcc50c40f6c5dd3af9da (patch) | |
tree | 5ce9490d5423cdc857a43689675f52fdf6f3ef3f | |
parent | 25554c03fc53efb4e6a84f89b0cf8ca62c3f8d2a (diff) | |
download | pfsense-packages-1358a88c927db0b52e8dfcc50c40f6c5dd3af9da.tar.gz pfsense-packages-1358a88c927db0b52e8dfcc50c40f6c5dd3af9da.tar.bz2 pfsense-packages-1358a88c927db0b52e8dfcc50c40f6c5dd3af9da.zip |
Resync carp settings in the background
-rw-r--r-- | packages/carp_settings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml index 6d6db1b9..6417aac2 100644 --- a/packages/carp_settings.xml +++ b/packages/carp_settings.xml @@ -103,7 +103,7 @@ <fieldname>synchronizetrafficshaper</fieldname> <description>When this option is enabled, this system will automatically sync the traffic shaper rules over to the other carp host every 5 minutes.</description> <type>checkbox</type> - </field> + </field> <field> <fielddescr>Synchronize to IP</fielddescr> <fieldname>synchronizetoip</fieldname> @@ -143,6 +143,7 @@ <custom_php_command_before_form> </custom_php_command_before_form> <custom_php_resync_config_command> + system("/etc/rc.packages >/dev/null 2>&1 &"); </custom_php_resync_config_command> <custom_delete_php_command> </custom_delete_php_command> |