From ed7a48cebae0936aaa2a6b879da289fdcdfb668c Mon Sep 17 00:00:00 2001
From: Nathan Rodet <nrodet@grandlyon.com>
Date: Fri, 13 Jan 2023 16:22:21 +0100
Subject: [PATCH] Added ttyd service

---
 instance-scripts/config-files/ttyd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instance-scripts/config-files/ttyd.service b/instance-scripts/config-files/ttyd.service
index 9779f72..5457370 100644
--- a/instance-scripts/config-files/ttyd.service
+++ b/instance-scripts/config-files/ttyd.service
@@ -3,7 +3,7 @@ Description=ttyd web server to allow remote access to terminal
 After=network.target
 
 [Service]
-ExecStart=/root/ttyd/ttyd.86_64 -p 8082 -i lo -c admin:%user_password% -T xterm bash
+ExecStart=/root/ttyd/ttyd.x86_64 -p 8082 -i lo -c admin:%user_password% -T xterm bash
 
 [Install]
 WantedBy=multi-user.target
\ No newline at end of file
-- 
GitLab