From b6440422b81047889a3d5fb5b3a9fa00b9cc5d6d Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Thu, 2 Apr 2026 11:41:38 +0000 Subject: [PATCH] =?UTF-8?q?entrypoint.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..6a22a5e --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,8 @@ +#!/bin/sh +service dbus start +rm -f /var/lib/sss/db/* +sssd -i & +xrdp-sesman --nodaemon & +xrdp --nodaemon & +#service xrdp start +tail -f /var/log/xrdp.log