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=e640aff7e266fd45baa1090c8e4c973c17bb4f51;hb=ed733f267eadbc2abcf28d56ef2267f0cce63e19;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..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,6 +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