From 8a5a333b17818ce63eb01d93768e023e5e4777e1 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 11:15:02 +0200 Subject: [PATCH] etc/systemd/system/getty@tty1.service.d/override.conf aktualisiert --- etc/systemd/system/getty@tty1.service.d/override.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/systemd/system/getty@tty1.service.d/override.conf b/etc/systemd/system/getty@tty1.service.d/override.conf index 507aa9e..8dff220 100644 --- a/etc/systemd/system/getty@tty1.service.d/override.conf +++ b/etc/systemd/system/getty@tty1.service.d/override.conf @@ -1,3 +1,6 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --autologin loginuser --noclear %I $TERM \ No newline at end of file +ExecStart=-/sbin/agetty --autologin loginuser --noclear %I $TERM + +# Version 1.0: +# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script. \ No newline at end of file