Ok, so on my OSX server, we have Python running at 100% CPU usage at random times, and to get it to stop, I'm forced to run a Terminal command.
I want to know if it is possible to use Automator to run said command in Terminal under root once a day at a given time, with no user input.
The command I am using is
I want to know if it is possible to use Automator to run said command in Terminal under root once a day at a given time, with no user input.
The command I am using is
Code:
sudo killall -9 Python