blob: bb2d68e96af71453c22b29c60068bd9bf540cf11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=OpenSSH Per-Connection Daemon
Wants=sshdgenkeys.service
After=sshdgenkeys.service
[Service]
ExecStart=-@SBINDIR@/sshd -i
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
StandardInput=socket
StandardError=syslog
KillMode=process
|