I’m trying to debug an issue where one of my notifications is going off in the weeds and my service is not starting. I’m looking at the output and can see that the handler is firing but my service is not starting.
I’d like to check the service script that is being run to see what is going on, but its being deleted after it is run. I’m wondering if there is a flag I can use, or some other mechanism, to stop the scripts from being deleted so they can be inspected?
thanks,
Steve.