X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Fsystemd%2Fsystem%2Fgetty%40tty1.service.d%2Foverride.conf%2FGRMLBASE;h=2e5c7f0a1aace010e8c53a8a89b49bc0dbccb6d9;hb=7422d318f84aaad3452e3c5a8bdcbc6ff252c152;hp=90fee36107fdad176c681934e958b18278c20fb7;hpb=1aec7397965ee3164b455cfb763bcc936f65377e;p=grml-live.git 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 90fee36..2e5c7f0 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,6 +1,16 @@ +# 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 +Environment="SHELL=/bin/zsh" +ExecStart= +ExecStart=-/usr/share/grml-scripts/run-welcome + +[Unit] +Description=grml-quickconfig on tty1 +After=grml-autoconfig.service