From: Darshaka Pathirana Date: Sun, 21 May 2017 17:34:32 +0000 (+0200) Subject: Get rid of grml-runtty X-Git-Tag: v0.29.5~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=48143b65fbe57e2591a1c72e21656f525f4aa79c;hp=48143b65fbe57e2591a1c72e21656f525f4aa79c Get rid of grml-runtty What once was done by grml-runtty can be now be accomplished by systemd. That said, there is a weird behavior when starting GNU/screen via "run-screen". When started via grml-runtty screen runs zsh, but when started directly via systemd screen runs /bin/sh (= dash). The reason for that is, that the SHELL variable is empty when called directly via systemd whereas SHELL=/bin/zsh when started via grml-runtty. I could not figure out why but a solution would be to set the "Environment"-option in the systemd-unit which I will propose in a separate commit. (partly) fixes grml/grml#14 ---