mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-14 15:45:07 +00:00
added TTY input
This commit is contained in:
parent
e7a3347a37
commit
75eea98d8e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue