Merge pull request #15753 from pprindeville/strongswan-start-charon-directly

strongswan: start charon directly from swanctl
This commit is contained in:
Philip Prindeville 2021-06-02 11:55:06 -06:00 committed by GitHub
commit 46c6dff9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=strongswan
PKG_VERSION:=5.9.2
PKG_RELEASE:=7
PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/

View File

@ -4,7 +4,7 @@ START=90
STOP=10
USE_PROCD=1
PROG=/usr/lib/ipsec/starter
PROG=/usr/lib/ipsec/charon
. $IPKG_INSTROOT/lib/functions.sh
. $IPKG_INSTROOT/lib/functions/network.sh
@ -614,7 +614,7 @@ start_service() {
procd_open_instance
procd_set_param command $PROG --daemon charon --nofork
procd_set_param command $PROG
procd_set_param file $SWANCTL_CONF_FILE
procd_append_param file /etc/swanctl/conf.d/*.conf