The script is started by launcher.sh in crontab as given in this Github project.
When I run htop, there are three exactly identical processes python3 /home/pi/UPSPlus_MQTT/fanShutDownUps.py all owned by pi, viz. 407, 650 and 4217 in this case:
It strikes me as odd. Is it normal?
I think so. same here. tree-view (F5) shows one process with 2 dependent processes. one of these is the MQTT loop as it is created after the MQTT connection is established.
The script is started by launcher.sh in crontab as given in this Github project.
When I run htop, there are three exactly identical processes python3 /home/pi/UPSPlus_MQTT/fanShutDownUps.py all owned by pi, viz. 407, 650 and 4217 in this case: It strikes me as odd. Is it normal?