3 Feb 2018, 10:55

@EVOTk
J'ai créer custom.sh dans share/system avec pour seul ligne :
python /recalbox/share/scripts/ventil.py &

Tu as peut-être oublié "#!/bin/bash", il le faut et cela fera deux lignes.

#!/bin/bash
python /recalbox/share/myscripts/run-fan.py &