Revert "Run zsh when starting screen"
authorMichael Prokop <mika@grml.org>
Fri, 25 Nov 2022 10:41:50 +0000 (11:41 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 25 Nov 2022 10:43:00 +0000 (11:43 +0100)
This reverts commit 68719720b5707d8f8e6e0b4b3569074ede06e285.

See https://github.com/grml/grml-scripts/pull/15 +
https://github.com/grml/grml/issues/135

etc/grml/fai/config/files/etc/systemd/system/getty@tty2.service.d/override.conf/GRMLBASE
etc/grml/fai/config/files/etc/systemd/system/getty@tty3.service.d/override.conf/GRMLBASE
etc/grml/fai/config/files/etc/systemd/system/getty@tty4.service.d/override.conf/GRMLBASE

index 41761bd..87b9e67 100644 (file)
@@ -6,7 +6,6 @@ Restart=always
 StandardInput=tty
 StandardOutput=tty
 TTYPath=/dev/tty2
 StandardInput=tty
 StandardOutput=tty
 TTYPath=/dev/tty2
-Environment="SHELL=/bin/zsh"
 ExecStart=
 ExecStart=-/usr/share/grml-scripts/run-screen
 
 ExecStart=
 ExecStart=-/usr/share/grml-scripts/run-screen
 
index 072e055..786468e 100644 (file)
@@ -6,7 +6,6 @@ Restart=always
 StandardInput=tty
 StandardOutput=tty
 TTYPath=/dev/tty3
 StandardInput=tty
 StandardOutput=tty
 TTYPath=/dev/tty3
-Environment="SHELL=/bin/zsh"
 ExecStart=
 ExecStart=-/usr/share/grml-scripts/run-screen
 
 ExecStart=
 ExecStart=-/usr/share/grml-scripts/run-screen
 
index fcf42ef..a94f83a 100644 (file)
@@ -6,7 +6,6 @@ Restart=always
 StandardInput=tty
 StandardOutput=tty
 TTYPath=/dev/tty4
 StandardInput=tty
 StandardOutput=tty
 TTYPath=/dev/tty4
-Environment="SHELL=/bin/zsh"
 User=$USERNAME
 ExecStart=
 ExecStart=-/usr/share/grml-scripts/run-screen
 User=$USERNAME
 ExecStart=
 ExecStart=-/usr/share/grml-scripts/run-screen