Strongswan-swanctl-autostart: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | =etc/strongswan.conf= | + | =/etc/strongswan.conf= |
| − | charon { | + | ;Autostart |
| + | charon-systemd { | ||
load_modular = yes | load_modular = yes | ||
plugins { | plugins { | ||
include strongswan.d/charon/*.conf | include strongswan.d/charon/*.conf | ||
} | } | ||
| − | + | <span style="color:#FF0000"> start-scripts { | |
| − | start-scripts { | ||
load-all = /usr/sbin/swanctl --load-all | load-all = /usr/sbin/swanctl --load-all | ||
| − | } | + | }</span> |
} | } | ||
include strongswan.d/*.conf | include strongswan.d/*.conf | ||
Aktuelle Version vom 6. September 2022, 10:26 Uhr
/etc/strongswan.conf
- Autostart
charon-systemd {
load_modular = yes
plugins {
include strongswan.d/charon/*.conf
}
start-scripts {
load-all = /usr/sbin/swanctl --load-all
}
}
include strongswan.d/*.conf