Browse Source

net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoon

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
lilik-openwrt-22.03
Noah Meyerhans 10 years ago
parent
commit
d0b0571161
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/ipsec-tools/files/racoon.init

+ 1
- 1
net/ipsec-tools/files/racoon.init View File

@ -11,7 +11,7 @@ start_service() {
mkdir -m 0700 -p /var/racoon
[ -f /etc/ipsec.conf ] && /usr/sbin/setkey -f /etc/ipsec.conf
procd_open_instance
procd_set_param command /usr/sbin/racoon -F -f /etc/racoon/racoon.conf -l /var/log/racoon
procd_set_param command /usr/sbin/racoon -F -f /etc/racoon.conf
procd_set_param respawn
procd_close_instance
}

Loading…
Cancel
Save