MarechJ / hll_rcon_tool

Hell Let Loose Community RCON, CRCON for short. An alternative rcon client for HLL. It is a web application with many features, historical data, statistics, discord integrations, etc
MIT License
105 stars 72 forks source link

auto_settings after Reboot of Server #243

Closed rawbyne closed 1 year ago

rawbyne commented 1 year ago

Hi there, after reboot of the rcon server the system starts all services which are available on the settings website but auto_settings. Is there a way to

  1. start it as cron or via shell?
  2. fix this error in code?
cemathey commented 1 year ago

Change autostart to true in your supervisord configuration: https://github.com/MarechJ/hll_rcon_tool/blob/master/config/supervisord.conf#L41

rawbyne commented 1 year ago

Thanks. Wonderful!