mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
12 lines
242 B
Desktop File
12 lines
242 B
Desktop File
[Unit]
|
|
Description=OpenSSH server daemon
|
|
After=syslog.target network.target auditd.service
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/ssh-keygen -A
|
|
ExecStart=/usr/sbin/sshd -D -e
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|