mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
openssh: Drop StandardError=syslog from systemd unit
With systemd v246 the syslog target now generates a warning (and has been deprecated for some time). Drop the target and allow the default to take effect. (From OE-Core rev: 2ba088d8373d9d54930bc3f5ec1799ea1a6ffafc) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c73b843f91
commit
c52cb6a8b8
@@ -7,5 +7,4 @@ Environment="SSHD_OPTS="
|
||||
EnvironmentFile=-/etc/default/ssh
|
||||
ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS
|
||||
StandardInput=socket
|
||||
StandardError=syslog
|
||||
KillMode=process
|
||||
|
||||
Reference in New Issue
Block a user