mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
c19308020b
And only install sysV-style script when appropiate. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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
|