mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
should be SIGINT, not SIGTERM (CRAFTY-CONTROLLER-T-89)
This commit is contained in:
parent
d501260ef9
commit
976bf0ff48
2
main.py
2
main.py
@ -138,7 +138,7 @@ if __name__ == '__main__':
|
|||||||
break
|
break
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
logger.info("Recieved SIGTERM, stopping Crafty")
|
logger.info("Recieved SIGINT, stopping Crafty")
|
||||||
break
|
break
|
||||||
|
|
||||||
logger.info("Stopping all server daemons / threads")
|
logger.info("Stopping all server daemons / threads")
|
||||||
|
Loading…
Reference in New Issue
Block a user