summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh/sshd@.service
blob: 422450c7a1908c5f6325cbb2fee5dcb99dbcfe06 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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
StandardError=syslog
KillMode=process