added TTY input

This commit is contained in:
Piplup 2022-08-01 07:57:41 +01:00 committed by Sanae
parent e7a3347a37
commit 75eea98d8e
1 changed files with 5 additions and 0 deletions

View File

@ -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