summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
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:11 +0100
commitc52cb6a8b86b7c3b28e0b12aa768d44b6dfc1a89 (patch)
tree9ba269e0c888bde3ddd106502f31eedf46359113 /meta/recipes-connectivity
parentc73b843f9119c13b94c50b647dc92de99cbe6001 (diff)
downloadpoky-c52cb6a8b86b7c3b28e0b12aa768d44b6dfc1a89.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. (From OE-Core rev: 2ba088d8373d9d54930bc3f5ec1799ea1a6ffafc) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-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="
7EnvironmentFile=-/etc/default/ssh 7EnvironmentFile=-/etc/default/ssh
8ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS 8ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS
9StandardInput=socket 9StandardInput=socket
10StandardError=syslog
11KillMode=process 10KillMode=process