Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
just to say that i solved my issue

I am not sure it was the cleanest way, but basically i removed the crontab entry and created 2 --user systemd units, one for kodi and one for steamlink.
each entry has a ExecStopPost to launch the other application, so basically if i exit from kodi steamlink starts and vice versa.
the only difference is that kodi has also an WantedBy=multi-user.target so that it gets started on login (done automatically)

i leave the two systemd units here in case this can be of any help

M

kodi.service:
systemd:
[Unit]
Description=Kodi

[Service]
ExecStart=/usr/bin/kodi
ExecStopPost=/usr/bin/systemctl --user start steamlink.service

[Install]
WantedBy=multi-user.target

steamlink.service:
systemd:
[Unit]
Description=Steamlink

[Service]
ExecStart=/usr/bin/steamlink
ExecStopPost=/usr/bin/systemctl --user start kodi.service
Reply


Messages In This Thread
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by mcarni - 2023-01-07, 10:36
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12