From 10d6025f27fdcc3538510a240b0ece640dfe8947 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 16 Apr 2018 23:42:35 +0200 Subject: [PATCH] Fix login CLI --- .../etc/systemd/system/getty@tty1.service.d/hassio.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/etc/systemd/system/getty@tty1.service.d/hassio.conf diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system/getty@tty1.service.d/hassio.conf b/buildroot-external/rootfs-overlay/etc/systemd/system/getty@tty1.service.d/hassio.conf new file mode 100644 index 000000000..fa1221712 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/systemd/system/getty@tty1.service.d/hassio.conf @@ -0,0 +1,2 @@ +[Unit] +After=docker.service