diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..fe5d2fa --- /dev/null +++ b/start.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# Hostname +echo escape-room > /etc/hostname + +python3 /usr/local/bin/systemd-hdtob.py & + + + + + +# SSH +exec /usr/sbin/sshd -D \ No newline at end of file