summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 21:37:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 21:37:48 +0000
commit1ac39951ff719929b3aa233f543ecf4bd2861198 (patch)
treec3feffaa3b568bcda94a0057d73ce68071062722
parent9043e4cc1152948e78ab6cb1a4d26a20ddcbcb80 (diff)
downloadpfsense-1ac39951ff719929b3aa233f543ecf4bd2861198.zip
pfsense-1ac39951ff719929b3aa233f543ecf4bd2861198.tar.gz
Start sasyncd verbose
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 4329441..1c5092e 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -64,7 +64,7 @@ function vpn_ipsec_failover_configure() {
chmod("{$g['varetc_path']}/sasyncd.conf", 0600);
/* launch sasyncd, oh wise one */
- mwexec("/usr/local/sbin/sasyncd");
+ mwexec("/usr/local/sbin/sasyncd -v");
}
function find_last_gif_device() {
OpenPOWER on IntegriCloud