mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Kill sasyncd before restarting
This commit is contained in:
parent
2991a0d6e4
commit
15fffebfbf
@ -62,6 +62,8 @@ function vpn_ipsec_failover_configure() {
|
||||
fclose($fd);
|
||||
chmod("{$g['varetc_path']}/sasyncd.conf", 0600);
|
||||
|
||||
mwexec("killall sasyncd");
|
||||
|
||||
/* launch sasyncd, oh wise one */
|
||||
mwexec_bg("/usr/local/sbin/sasyncd -d -v -v -v");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user