summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-12 23:16:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-12 23:16:21 +0000
commit7616c10733d7964707e14c1e1de2c785f9bd6752 (patch)
tree35b169c3a8651fdc2cecf8fe6c07ab6bbdd9a879 /etc/inc/vpn.inc
parenta63f7d5567855fcc19572ddaa8ce917634739ef7 (diff)
downloadpfsense-7616c10733d7964707e14c1e1de2c785f9bd6752.zip
pfsense-7616c10733d7964707e14c1e1de2c785f9bd6752.tar.gz
Start sasyncd in the backgrounds
Diffstat (limited to 'etc/inc/vpn.inc')
-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 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() {
OpenPOWER on IntegriCloud