From 75eea98d8ef6d889dd7d349f8f783f908057754f Mon Sep 17 00:00:00 2001 From: Piplup <100526773+piplup55@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:57:41 +0100 Subject: [PATCH] added TTY input --- smo.service | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smo.service b/smo.service index 01c292e..55ca9cc 100644 --- a/smo.service +++ b/smo.service @@ -14,6 +14,11 @@ WorkingDirectory=/home/user/SMOServer/ Restart=always # amount of time to wait before restarting the service RestartSec=5 +#TTY Input +StandardInput=tty-force +TTYVHangup=yes +TTYPath=/dev/tty20 +TTYReset=yes [Install] WantedBy=multi-user.target