Run zsh when starting screen
[grml-live.git] / etc / grml / fai / config / files / etc / systemd / system / getty@tty4.service.d / override.conf / GRMLBASE
1 # This file was deployed via grml-live.
2
3 [Service]
4 Type=idle
5 Restart=always
6 StandardInput=tty
7 StandardOutput=tty
8 TTYPath=/dev/tty4
9 Environment="SHELL=/bin/zsh"
10 User=$USERNAME
11 ExecStart=
12 ExecStart=-/usr/share/grml-scripts/run-screen
13
14 [Unit]
15 Description=screen ($USERNAME) on tty4