1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-08 09:39:03 +01:00

Make getty for serial/tty same (#850)

* Make getty for serial/tty same

* adjust log output
This commit is contained in:
Pascal Vizeli
2020-09-06 22:18:19 +02:00
committed by GitHub
parent 813030bb4c
commit 22f7777099
4 changed files with 1 additions and 9 deletions
@@ -1,3 +0,0 @@
[Unit]
Requires=docker.service
After=docker.service
@@ -1,2 +0,0 @@
[Service]
TTYVTDisallocate=no
@@ -1,3 +0,0 @@
[Unit]
Requires=docker.service
After=docker.service
@@ -14,7 +14,7 @@ if [ "$(docker ps -q -f name=hassio_cli)" ]; then
/bin/ash -l
fi
else
echo "[ERROR] Somethings going wrong! Jump into emergency console..."
echo "[WARN] Home Assistant CLI is not running! Jump into emergency console..."
/bin/ash -l
fi