remove timeout from stopping server (#412)

* remove timeout from stopping server

* s/0/infinity/
This commit is contained in:
Evgeny Poberezkin
2022-06-20 14:36:59 +01:00
committed by GitHub
parent 31c78e516d
commit 756bd1eca7

View File

@@ -158,6 +158,7 @@ Description=SMP server
Type=simple
ExecStart=/bin/sh -c "exec $binary start >> /var/opt/simplex/smp-server.log 2>&1"
KillSignal=SIGINT
TimeoutStopSec=infinity
Restart=always
RestartSec=10
LimitNOFILE=1000000