SYSTEMD Call a python script from inside another python script – called scrypt doesnt work at startup
I’m trying a python project with the raspberry pi sense hat as a meteorological sation.
It shows the temperature, the presssure and humidity, and then in another script the time.
The time part is in another sctipt called from inside the first one.
If I run the first script from terminal, all runs ok.
But I wanted to run at startup, so I used systemd for that and only the parent script runs, time is not shown (the script inside is not called).
Parent script called estacion2.0.py shows the ambient data part, and reloj.py shows the time, called from inside esatcion2.0.py.