I have a script on my machine that I want to start running as the machine boots and will attempt run again should it crash or otherwise fail.
Would this mean turing it into a service? I realise I could use the crontab and use @reboot, but that doesn't fix the issue should the script crash