From efcd9f0d1e7596ac1f512995c99178c5325ef46b Mon Sep 17 00:00:00 2001 From: Tim Schilling | IuK Date: Mon, 16 Sep 2024 09:02:34 +0200 Subject: [PATCH] Changed Setup to include changed Systemd Service --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index e5de23e..cef64a5 100755 --- a/setup.sh +++ b/setup.sh @@ -113,6 +113,10 @@ StandardOutput=inherit StandardError=inherit Restart=always User=$CURRENT_USER +TTYPath=/dev/tty1 +StandardInput=tty +RemainAfterExit=yes +Type=simple [Install] WantedBy=multi-user.target