forked from freeleaps/freeleaps-pub
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
# start SSH Daemon
|
|
/usr/sbin/sshd -D &
|
|
|
|
# start Docker Daemon
|
|
dockerd |