diff --git a/packages/sysutils/busybox/system.d/shell.service b/packages/sysutils/busybox/system.d/shell.service index 8b6d98bdf5..7b2a0da78b 100644 --- a/packages/sysutils/busybox/system.d/shell.service +++ b/packages/sysutils/busybox/system.d/shell.service @@ -5,6 +5,7 @@ After=multi-user.target [Service] Environment=TTY=1 WorkingDirectory=/storage +ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"' ExecStart=/bin/sh -c 'clear; lsb_release; . /etc/profile; exec /bin/sh' Restart=always diff --git a/projects/RPi/filesystem/usr/lib/systemd/system/serial-console.service b/projects/RPi/filesystem/usr/lib/systemd/system/serial-console.service index 5dffa1a843..196e8c4a97 100644 --- a/projects/RPi/filesystem/usr/lib/systemd/system/serial-console.service +++ b/projects/RPi/filesystem/usr/lib/systemd/system/serial-console.service @@ -6,6 +6,7 @@ ConditionKernelCommandLine=console [Service] WorkingDirectory=/storage Environment="ENV=/etc/profile" +ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"' ExecStart=/bin/sh Restart=always RestartSec=0 diff --git a/projects/RPi2/filesystem/usr/lib/systemd/system/serial-console.service b/projects/RPi2/filesystem/usr/lib/systemd/system/serial-console.service index 5dffa1a843..196e8c4a97 100644 --- a/projects/RPi2/filesystem/usr/lib/systemd/system/serial-console.service +++ b/projects/RPi2/filesystem/usr/lib/systemd/system/serial-console.service @@ -6,6 +6,7 @@ ConditionKernelCommandLine=console [Service] WorkingDirectory=/storage Environment="ENV=/etc/profile" +ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"' ExecStart=/bin/sh Restart=always RestartSec=0