Set SHELL variable in tty1
[grml-live.git] / etc / grml / fai / config / files / etc / systemd / system / getty@tty1.service.d / override.conf / GRMLBASE
index 90fee36..2e5c7f0 100644 (file)
@@ -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