Thanks for your tip. I don't know your code. Here is the output:
● kodi-autostart.service - Kodi user autostart script
Loaded: loaded (/usr/lib/systemd/system/kodi-autostart.service; disabled; ven
Active: active (exited) since Thu 2019-04-11 18:28:39 CEST; 1 years 10 months
Process: 664 ExecStart=/bin/sh -c . /etc/profile; exec /bin/sh /storage/.confi
Main PID: 664 (code=exited, status=0/SUCCESS)
Memory: 1016.0K
CGroup: /system.slice/kodi-autostart.service
Apr 11 18:28:39 LibreELECKino systemd[1]: Starting Kodi user autostart script...
Apr 11 18:28:39 LibreELECKino systemd[1]: Started Kodi user autostart script.
Apr 11 18:28:40 LibreELECKino sh[664]: Traceback (most recent call last):
Apr 11 18:28:40 LibreELECKino sh[664]: File "/storage/.config/AVRtimingtest.py
Apr 11 18:28:40 LibreELECKino sh[664]: with open("./autostart.log", "w") as
Apr 11 18:28:40 LibreELECKino sh[664]: IOError: [Errno 30] Read-only file system
To be able to look up what happened during the startup process, I put logging in my Python script. But it doesn't work.
I will adapt the script without the logging soon.
.