How do I stop a Python Program that was started with cron
Posted: Sat Jun 03, 2017 10:34 am
I am familiar with the use of CTRL-C to stop a Python program that is running in an IDLE window.
However, I have a Pi that is running a Python 3 Program as soon as the Pi is powered up, controlled by cron.
Is there any way of stopping this (cron controlled) program temporarily whilst I make some changes to it.
However, I have a Pi that is running a Python 3 Program as soon as the Pi is powered up, controlled by cron.
Is there any way of stopping this (cron controlled) program temporarily whilst I make some changes to it.