summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-06 19:21:15 +0200
committersmos <seth.mos@dds.nl>2012-06-06 19:21:15 +0200
commit8275ea287756b58dce350f08731274a116d2055e (patch)
treecf70730a643f404716e96f2abae0bab176308ea5 /etc
parent83d807cbf0d7b948d517bf5fda814db6aab65120 (diff)
downloadpfsense-8275ea287756b58dce350f08731274a116d2055e.zip
pfsense-8275ea287756b58dce350f08731274a116d2055e.tar.gz
Reverse the arguments, i got them wrong.
Redmine ticket #1965
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index ccef792..89bd29d 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 dyndnsall reload';/usr/local/sbin/pfSctl -c 'service ipsecdns reload'"
- command off "/usr/local/sbin/pfSctl -c 'service dyndnsall reload';/usr/local/sbin/pfSctl -c 'service ipsecdns reload'"
+ 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'"
combine 10s
}
OpenPOWER on IntegriCloud