diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-08-20 10:20:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:29:11 +0100 |
commit | c52cb6a8b86b7c3b28e0b12aa768d44b6dfc1a89 (patch) | |
tree | 9ba269e0c888bde3ddd106502f31eedf46359113 /meta/recipes-connectivity/openssh | |
parent | c73b843f9119c13b94c50b647dc92de99cbe6001 (diff) | |
download | poky-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/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh/sshd@.service | 1 |
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=" | |||
7 | EnvironmentFile=-/etc/default/ssh | 7 | EnvironmentFile=-/etc/default/ssh |
8 | ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS | 8 | ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS |
9 | StandardInput=socket | 9 | StandardInput=socket |
10 | StandardError=syslog | ||
11 | KillMode=process | 10 | KillMode=process |