From 2ba088d8373d9d54930bc3f5ec1799ea1a6ffafc Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Thu, 20 Aug 2020 10:20:38 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh/sshd@.service | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-connectivity/openssh') 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 -- cgit 1.2.3-korg