tsarna

Results 5 comments of tsarna

Several cron implementations support `@reboot` for this. "reboot" seems a little weird in the context of a go program instead of system cron, so maybe an alias like "@startup" or...

Look like a fix was merged, we just need a new release that contains it.

Given that this container is for use on AWS, I would say public ECR should be a definite yes!

More specifically, I would like that way to be by sending a signal, such as SIGHUP

@bkraul SIGHUP does not mean the service is being restarted. It's very common for daemons to catch SIGHUP as an indication that configuration should be reloaded. Apache, Nginx, sendmail, BIND,...