testing: Converted sql to systemd
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
syslog {
|
||||
daemon {
|
||||
default = 1
|
||||
}
|
||||
auth {
|
||||
default = 0
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
sql {
|
||||
database = sqlite:///etc/db.d/ipsec.db
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
syslog {
|
||||
daemon {
|
||||
default = 1
|
||||
}
|
||||
auth {
|
||||
default = 0
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
sql {
|
||||
database = sqlite:///etc/db.d/ipsec.db
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
syslog {
|
||||
daemon {
|
||||
default = 1
|
||||
}
|
||||
auth {
|
||||
default = 0
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
sql {
|
||||
database = sqlite:///etc/db.d/ipsec.db
|
||||
|
||||
Reference in New Issue
Block a user