11 lines
204 B
Desktop File
11 lines
204 B
Desktop File
[Unit]
|
|
Description=OpenSSH server daemon.
|
|
After=syslog.target network.target auditd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/sshd -D
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|