mirror of
git://git.yoctoproject.org/poky
synced 2026-08-30 03:28:33 +00:00
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>
11 lines
223 B
Desktop File
11 lines
223 B
Desktop File
[Unit]
|
|
Description=OpenSSH Per-Connection Daemon
|
|
After=sshdgenkeys.service
|
|
|
|
[Service]
|
|
Environment="SSHD_OPTS="
|
|
EnvironmentFile=-/etc/default/ssh
|
|
ExecStart=-@SBINDIR@/sshd -i $SSHD_OPTS
|
|
StandardInput=socket
|
|
KillMode=process
|