From 3b0b72329b3c7b309590b65d9af76973ee31c2e7 Mon Sep 17 00:00:00 2001 From: Quickbed Date: Mon, 17 Nov 2025 10:34:52 +0000 Subject: [PATCH] =?UTF-8?q?start.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 start.sh 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