From 5afe29161880628ba58d1c89cb60afe996ab53f7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 24 Feb 2024 22:42:29 +0100 Subject: [PATCH] make ttyd terminal writable for input, thanks felixonmars --- usr/share/archboot/remote/etc/systemd/system/ttyd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/remote/etc/systemd/system/ttyd.service b/usr/share/archboot/remote/etc/systemd/system/ttyd.service index 0716f001c..d2a9aee73 100644 --- a/usr/share/archboot/remote/etc/systemd/system/ttyd.service +++ b/usr/share/archboot/remote/etc/systemd/system/ttyd.service @@ -8,7 +8,7 @@ After=network.target After=multi-user.target [Service] -ExecStart=/usr/bin/ttyd remote-login.sh +ExecStart=/usr/bin/ttyd -W remote-login.sh Type=simple Restart=always