mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 01:03:02 +02:00
write logs to file if BSD only
This commit is contained in:
parent
386dcf753b
commit
09dcb17969
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ charon {
|
||||||
}
|
}
|
||||||
user = strongswan
|
user = strongswan
|
||||||
group = strongswan
|
group = strongswan
|
||||||
|
{% if ansible_distribution == 'FreeBSD' %}
|
||||||
filelog {
|
filelog {
|
||||||
/var/log/charon.log {
|
/var/log/charon.log {
|
||||||
time_format = %b %e %T
|
time_format = %b %e %T
|
||||||
|
@ -21,6 +21,7 @@ charon {
|
||||||
flush_line = yes
|
flush_line = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
include strongswan.d/*.conf
|
include strongswan.d/*.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue