[16:57] the service is disabled and will not enable [16:58] oh there it is [16:58] What happens when you try to enable it? [16:58] nothing but now it seems to be working [16:58] @KMyers could use help with some way to tell me that it is off [16:58] no idea how long that was off [17:00] You can setup an alert to determine if the service is not running. Via something like https://mmonit.com/monit/ [17:01] I'll have to look at that I guess [21:01] oh hey, the channel isn't dead afterall [21:01] It's never been dead. [21:01] You just keep it on mute. [21:02] IRC log shows it being dead [21:03] Oh. Bot was down. [21:03] Join the Telegram. [21:03] Yeah the bot was down for some reason [21:03] He is here [21:03] @mhall119 [21:03] @ahoneybun have you considered a cron job to verify he is up? [21:05] No as I don't know Cron well [21:06] It's a systemd service used rght now [21:13] You could add a line in "crontab -e" to "0_4_*_*_* service bot restart;" to ensure it is restarted daily. Other options would be to run a script which would use IRC or check the status of the service and send an email if it's down. [21:13] If you want to help [21:13] 0 4 * * * service bot restart;