summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2020-08-20 10:20:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-21 14:29:06 +0100
commit2ba088d8373d9d54930bc3f5ec1799ea1a6ffafc (patch)
treef92979fff8197711d7c52c91829aba6855e8b19b /meta/recipes-connectivity/openssh
parent81cc21e57ac309ba728cb4f13fd70d3367b93ab7 (diff)
downloadopenembedded-core-contrib-2ba088d8373d9d54930bc3f5ec1799ea1a6ffafc.tar.gz
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. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r--meta/recipes-connectivity/openssh/openssh/sshd@.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/sshd@.service b/meta/recipes-connectivity/openssh/openssh/sshd@.service
index 422450c7a1..9d9965e624 100644
--- a/meta/recipes-connectivity/openssh/openssh/sshd@.service
+++ b/meta/recipes-connectivity/openssh/openssh/sshd@.service
@@ -7,5 +7,4 @@ Environment="SSHD_OPTS="
EnvironmentFile=-/etc/default/ssh
ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS
StandardInput=socket
-StandardError=syslog
KillMode=process