I have a Gradle based Java application. The app is actually a daemon. On my local box, I can start the daemon by running:
> gradle run
That works great, but what I need is a way to kick off the daemon when the host is rebooted. I'm trying to get this to work on an EC2 instance.