I have an application that I'm installing to all my VMs, it requires a specific arguments passing to it when it gets run and it should always be running.
I want to ensure that mailcatcher is running with the parameter --ip="0.0.0.0"
What's the best way to go about this?