mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-21 18:55:17 +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
|
Restart=always
|
||||||
# amount of time to wait before restarting the service
|
# amount of time to wait before restarting the service
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
#TTY Input
|
||||||
|
StandardInput=tty-force
|
||||||
|
TTYVHangup=yes
|
||||||
|
TTYPath=/dev/tty20
|
||||||
|
TTYReset=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue