Username: Password:

Author Topic: BUG: Bot needs to respond to HUP requests to reload config  (Read 8029 times)

Offline krixt

  • Rookie
  • *
  • Posts: 38
    • View Profile
BUG: Bot needs to respond to HUP requests to reload config
« on: July 19, 2017, 12:44:39 PM »
https://github.com/GuntharDeNiro/BTCT/issues/8

On linux, the bot doesn't always recognize that the config file has changed. Instead of restarting the bot, bot should respond to kill -HUP to reload the config manually. "kill -HUP" is the accepted standard in the linux world for telling a daemon/app to reload any configuration files.