mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 15:04:37 +08:00
9 lines
157 B
SYSTEMD
9 lines
157 B
SYSTEMD
|
[Unit]
|
||
|
Description=OpenSSH Per-Connection Daemon
|
||
|
After=sshdgenkeys.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=-/usr/sbin/sshd -i
|
||
|
StandardInput=socket
|
||
|
StandardError=syslog
|