diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-12 23:16:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-12 23:16:21 +0000 |
commit | 7616c10733d7964707e14c1e1de2c785f9bd6752 (patch) | |
tree | 35b169c3a8651fdc2cecf8fe6c07ab6bbdd9a879 /etc | |
parent | a63f7d5567855fcc19572ddaa8ce917634739ef7 (diff) | |
download | pfsense-7616c10733d7964707e14c1e1de2c785f9bd6752.zip pfsense-7616c10733d7964707e14c1e1de2c785f9bd6752.tar.gz |
Start sasyncd in the backgrounds
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/vpn.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 8c02807..8ed4f73 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -63,7 +63,7 @@ function vpn_ipsec_failover_configure() { chmod("{$g['varetc_path']}/sasyncd.conf", 0600); /* launch sasyncd, oh wise one */ - mwexec("/usr/local/sbin/sasyncd -d -v -v -v | /usr/bin/logger -t pf -p local0.info &"); + mwexec_bg("/usr/local/sbin/sasyncd -d -v -v -v | /usr/bin/logger -t pf -p local0.info"); } function find_last_gif_device() { |