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