aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-11-10 17:21:40 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-11-11 16:41:15 +0100
commit70dc5bb8adadd44a157e69a4d5afc97f93019310 (patch)
tree38d236bdb26b11fa4d85197efcb474d6b04f7c6a /testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc
parent65f74cd13da3d9cc852db1637ec61ce019ec1815 (diff)
downloadstrongswan-70dc5bb8adadd44a157e69a4d5afc97f93019310.tar.bz2
strongswan-70dc5bb8adadd44a157e69a4d5afc97f93019310.tar.xz
testing: Converted swanctl to systemd
Diffstat (limited to 'testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc')
-rwxr-xr-xtesting/tests/swanctl/rw-psk-ipv4/hosts/carol/etc/strongswan.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc/strongswan.conf b/testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc/strongswan.conf
index 53973cf61..e4a4820e9 100755
--- a/testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc/strongswan.conf
+++ b/testing/tests/swanctl/rw-psk-ipv4/hosts/carol/etc/strongswan.conf
@@ -4,11 +4,15 @@ swanctl {
load = random openssl
}
-charon {
+charon-systemd {
load = random nonce aes sha1 sha2 hmac curve25519 kernel-netlink socket-default updown vici
- start-scripts {
- creds = /usr/local/sbin/swanctl --load-creds
- conns = /usr/local/sbin/swanctl --load-conns
+ syslog {
+ daemon {
+ default = 1
+ }
+ auth {
+ default = 0
+ }
}
}