summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data/usr/lib
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-09 13:56:23 +0200
committerSimon Rettberg2015-10-09 13:56:23 +0200
commit7dfb5eec0f85bc89d24621e25a97588d4210ca7d (patch)
tree7ca49fa2e4bf3415477826b68109b4add5cf5d09 /remote/modules/systemd/data/usr/lib
parent[kernel] Use The 15.04 kernel on Ubuntu 14.04 (diff)
downloadtm-scripts-7dfb5eec0f85bc89d24621e25a97588d4210ca7d.tar.gz
tm-scripts-7dfb5eec0f85bc89d24621e25a97588d4210ca7d.tar.xz
tm-scripts-7dfb5eec0f85bc89d24621e25a97588d4210ca7d.zip
[systemd] Init tty to look prettier
Diffstat (limited to 'remote/modules/systemd/data/usr/lib')
-rw-r--r--remote/modules/systemd/data/usr/lib/systemd/system/getty@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service
index 772566d6..5c1d1666 100644
--- a/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service
+++ b/remote/modules/systemd/data/usr/lib/systemd/system/getty@.service
@@ -26,7 +26,7 @@ ConditionPathExists=/dev/tty0
[Service]
ExecStartPre=-/opt/openslx/bin/killall fbsplash
-ExecStartPre=-/bin/bash -c "echo -e '\033c' > /dev/%i"
+ExecStartPre=-/opt/openslx/scripts/tty-init %I
# the VT is cleared by TTYVTDisallocate
ExecStart=-/sbin/agetty %I 38400 linux
Type=idle