diff options
author | smos <seth.mos@dds.nl> | 2012-06-06 20:20:54 +0200 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2012-06-06 20:20:54 +0200 |
commit | 846c7b7727ddd934754ab562fd5af791fc0a6a51 (patch) | |
tree | 8bd0325f78c5efbf9aa165fc908bcdb7fe66f7dc /etc/inc | |
parent | 8275ea287756b58dce350f08731274a116d2055e (diff) | |
download | pfsense-846c7b7727ddd934754ab562fd5af791fc0a6a51.zip pfsense-846c7b7727ddd934754ab562fd5af791fc0a6a51.tar.gz |
Changeover to the new multiple command pfSctl
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/gwlb.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 89bd29d..2a9dc41 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -86,8 +86,8 @@ rrd interval 60s; ## These parameters can be overriden in a specific alarm configuration alarm default { - command on "/usr/local/sbin/pfSctl -c 'service reload dyndnsall';/usr/local/sbin/pfSctl -c 'service reload ipsecdns'" - command off "/usr/local/sbin/pfSctl -c 'service reload dyndnsall';/usr/local/sbin/pfSctl -c 'service reload ipsecdns'" + command on "/usr/local/sbin/pfSctl -c 'service reload dyndnsall' -c 'service reload ipsecdns' -c 'filter reload'" + command off "/usr/local/sbin/pfSctl -c 'service reload dyndnsall' -c 'service reload ipsecdns' -c 'filter reload'" combine 10s } |