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