Mercurial > dropbear
annotate debian/service/run @ 881:77972dc491ca
Turn dropbearmulti into a real target so we don't constantly re-link it
author | Mike Frysinger <vapier@gentoo.org> |
---|---|
date | Wed, 11 Dec 2013 21:48:02 +0800 |
parents | b0316ce64e4b |
children |
rev | line source |
---|---|
70
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
1 #!/bin/sh |
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
2 exec 2>&1 |
b0316ce64e4b
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
3 exec dropbear -d ./dropbear_dss_host_key -r ./dropbear_rsa_host_key -F -E -p 22 |