From 5dd24b7061198692f80b0ba864becd781d10ec7b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 10 Jul 2005 21:42:05 +0000 Subject: Use logger to ensure we are getting sasyncd logs --- etc/inc/vpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/vpn.inc') diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 7cf04fd..a373546 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 -v -v -v"); + mwexec("/usr/local/sbin/sasyncd -d -v -v -v | /usr/bin/logger -t pf -p local0.info &"); } function find_last_gif_device() { -- cgit v1.1