Strongswan-swanctl-autostart: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(2 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:#00FF00"> start-scripts {
+
         <span style="color:#FF0000"> start-scripts {
 
         load-all = /usr/sbin/swanctl --load-all
 
         load-all = /usr/sbin/swanctl --load-all
 
         }</span>
 
         }</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