mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
The standard output value "syslog" was deprecated for a while and did fall back to "journal". It causes a warning since systemd version 246 [1]. By removing the setting it will default to DefaultStandardOutput, which defaults to "journal". [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 Closes strongswan/strongswan#181.