summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a07b47a..23e3439 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -563,7 +563,7 @@ EOD;
if(is_process_running("racoon")) {
/* We are already online, reload */
- mwexec("/usr/bin/kill -HUP racoon");
+ mwexec("/usr/bin/killall -HUP racoon");
} else {
/* sleep for a bit */
sleep (2);
OpenPOWER on IntegriCloud