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