You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been awhile since I tinkered with systemd but isn't there an option to kill processes on crash? Either that or on start/restart kill any python processes (dirty but does the job). Either way I would create a pull request and have your enhancement added and any niggling issues dealt with there
Edit: You could also store the pid and use that to kill the process if needed
@mjmadsen This isn't really implemented, but I think there are sufficient scripts to probably achieve what it's functionally trying to achieve. Happy to close as OP hasn't responded
Not an issue, I want to know if people want this committed to the repo, it does not stop the process correctly however it does work.
I use the run script as I have updated the script to include a
git pull
to ensure that I am using the latest of the dev branch.run.sh
Python
The text was updated successfully, but these errors were encountered: