repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scancpan: fix detection of native module
[buildroot-gz.git]
/
package
/
openssh
/
sshd.service
blob
b5e96b3a251f208f662a641544f04ee6ded492e5
1
[Unit]
2
Description=OpenSSH server daemon
3
After=syslog.target network.target auditd.service
4
5
[Service]
6
ExecStartPre=/usr/bin/ssh-keygen -A
7
ExecStart=/usr/sbin/sshd -D -e
8
ExecReload=/bin/kill -HUP $MAINPID
9
10
[Install]
11
WantedBy=multi-user.target