mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -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.
11 lines
233 B
SYSTEMD
11 lines
233 B
SYSTEMD
[Unit]
|
|
Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf
|
|
After=syslog.target network-online.target
|
|
|
|
[Service]
|
|
ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork
|
|
Restart=on-abnormal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|