init.sh 77 B

12345678
  1. #!/usr/bin/env sh
  2. set -e
  3. start_sshd()
  4. {
  5. /usr/sbin/sshd
  6. }
  7. check jdk lib
  8. hosts