testing: Converted sql to systemd

This commit is contained in:
Andreas Steffen
2017-11-11 16:41:15 +01:00
parent 70dc5bb8ad
commit 323f0b05d7
85 changed files with 542 additions and 101 deletions
@@ -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