What's the best way to perform a timed FULL, graceful shutdown, then let the bot restart, either through cron or systemd?
I have a bot that gets really wonky after a couple hours, and I want to implement this while I'm trying to resolve the issue. I think I may have to rebuild my hosting environment, as some packages are out of sync, etc.. it's become messy over time as I try to install 3rd party packages that aren't available for my older OS.
Thanks in advance!