Systemd issues

  • I have autostart process in systemd:

    But script diddin't start:

    How I can fix it?

    Thx.

  • Copy kodi service file

    Code
    cp /usr/lib/systemd/system/kodi.service /storage/.config/system.d/

    and add AceProxy.service (or whatever name you have) to After= in /storage/.config/system.d/kodi.service. Or maybe Requires= (or both).