]> git.ipfire.org Git - thirdparty/strongswan.git/commit
init: Remove obsolete StandardOutput setting from legacy systemd unit
authorMingli Yu <mingli.yu@windriver.com>
Wed, 23 Sep 2020 08:20:22 +0000 (16:20 +0800)
committerTobias Brunner <tobias@strongswan.org>
Wed, 30 Sep 2020 10:51:08 +0000 (12:51 +0200)
commita6cd662eed3bdb12238c33fa01823806dcec1888
treec4d6bcc75b38bf2416d816a6431387714d1b37d3
parent040608a48d03b53ee31556d06554b17bfb9811fa
init: Remove obsolete StandardOutput setting from legacy systemd unit

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.
init/systemd-starter/strongswan-starter.service.in