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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 9 deletions

View File

@ -1,3 +0,0 @@
[Unit]
Requires=docker.service
After=docker.service

View File

@ -1,2 +0,0 @@
[Service]
TTYVTDisallocate=no

View File

@ -1,3 +0,0 @@
[Unit]
Requires=docker.service
After=docker.service

View File

@ -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