X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Fsystemd%2Fsystem%2Fgetty%40tty1.service.d%2Foverride.conf%2FGRMLBASE;h=e640aff7e266fd45baa1090c8e4c973c17bb4f51;hp=fdc8da26753293ac63bf08ee377acb04762f4fab;hb=48143b65fbe57e2591a1c72e21656f525f4aa79c;hpb=da778b9822ddaadb442ec1047b9dc2abd1294063 diff --git a/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE index fdc8da2..e640aff 100644 --- a/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE +++ b/etc/grml/fai/config/files/etc/systemd/system/getty@tty1.service.d/override.conf/GRMLBASE @@ -1,11 +1,15 @@ # This file was deployed via grml-live. [Service] -Type=idle -ExecStart= -ExecStart=-/sbin/grml-runtty /dev/tty1 /usr/share/grml-scripts/run-welcome root -# ExecStart=-/sbin/agetty --autologin $USERNAME --noclear %I 38400 linux +Type=simple +Restart=always +StandardInput=tty +StandardOutput=tty +TTYPath=/dev/tty1 TTYVTDisallocate=no +ExecStart= +ExecStart=-/usr/share/grml-scripts/run-welcome [Unit] +Description=grml-quickconfig on tty1 After=grml-autoconfig.service