From: Michael Prokop Date: Wed, 24 May 2017 12:30:40 +0000 (+0200) Subject: Switch from grml-runtty to agetty also on tty11 + tty12 X-Git-Tag: v0.29.5~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=fcb31f427e5042a3156a609ab6f92263827032fd Switch from grml-runtty to agetty also on tty11 + tty12 Closes grml/grml#14 now that grml-runtty is only used with non-systemd systems --- diff --git a/etc/grml/fai/config/files/etc/systemd/system/getty@tty11.service.d/override.conf/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/system/getty@tty11.service.d/override.conf/GRMLBASE index ae3664b..40ae2ac 100644 --- a/etc/grml/fai/config/files/etc/systemd/system/getty@tty11.service.d/override.conf/GRMLBASE +++ b/etc/grml/fai/config/files/etc/systemd/system/getty@tty11.service.d/override.conf/GRMLBASE @@ -2,5 +2,12 @@ [Service] Type=idle +Restart=always +StandardInput=tty +StandardOutput=tty +TTYPath=/dev/tty11 ExecStart= -ExecStart=-/sbin/grml-runtty /dev/tty11 /usr/bin/htop root +ExecStart=-/usr/bin/htop + +[Unit] +Description=htop on tty11 diff --git a/etc/grml/fai/config/files/etc/systemd/system/getty@tty12.service.d/override.conf/GRMLBASE b/etc/grml/fai/config/files/etc/systemd/system/getty@tty12.service.d/override.conf/GRMLBASE index 8280122..8918003 100644 --- a/etc/grml/fai/config/files/etc/systemd/system/getty@tty12.service.d/override.conf/GRMLBASE +++ b/etc/grml/fai/config/files/etc/systemd/system/getty@tty12.service.d/override.conf/GRMLBASE @@ -2,5 +2,12 @@ [Service] Type=idle +Restart=always +StandardInput=tty +StandardOutput=tty +TTYPath=/dev/tty12 ExecStart= -ExecStart=-/sbin/grml-runtty /dev/tty12 /usr/share/grml-scripts/run-journalctl root +ExecStart=-/usr/share/grml-scripts/run-journalctl + +[Unit] +Description=journalctl on tty12