From 427acbcf885569f36c174ccecfbf2fcc8989eaca Mon Sep 17 00:00:00 2001 From: Piplup <100526773+piplup55@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:59:38 +0100 Subject: [PATCH] updated readme with tty inputs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be2b7dd..c3cd433 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ cp smo.serivce /etc/systemd/system/smo.service # edit ExecStart to your path for the server executable and change WorkingDirectory to the server directory chmod +x filepath to the server executable systemctl enable --now smo.service +for TTY access i would recommand conspy but there is also reptyr, chvt ``` ## Run docker image