Page 1 of 1

RadioBot now comes as a chef cookbook

Posted: Sun Oct 26, 2014 8:59 am
by TheAuzzieBrony
I don't know if this will help many people at all and if it will be of use to people but I have put together a RadioBot cookbook for Chef, it currently supports RHEL and debian systems.

You can find it here https://github.com/TheAuzzieBrony/radiobot (I will be putting it on the chef supermarket when it will let me make a account)

Re: RadioBot now comes as a chef cookbook

Posted: Sun Oct 26, 2014 12:49 pm
by Indy
Looks good, I was looking at the init script and the bot actually has an option to write a PID file (that will work whether the user has the Fork option enabled or not.) Also instead of kill -15 try kill -s SIGINT so it will shut down cleanly instead of just being killed.