Is it possible to boot straight into a game?

Hiya. Basically, the title of this post;

I was wondering if it’s possible to boot straight into a game? EDIT; I’ve found the post below but I don’t know how to do it that way, I’m afraid.

http://libretro.com/forums/showthread.php?t=3669

Thank you.

I think you can achieve this by modifying the retroarch service.

I’m not sure on how exactly to do it, but first try to stop and disable the default retroarch service like this:

systemctl stop retroarch systemctl disable retroarch

With this, retroarch should stop launching.

Then, I think that OpenELEC can let you define your own user space systemd services. Copy the one we use, and add the arguments you need to force the core and the rom, and enable that service.

Let find some documentation about systemd and OpenELEC custom systemd services.

Thank you for the help. That’s all way over my head because I’m not familiar with Linux, if it was DOS commands I’d have more of a clue, haha. But thanks for helping, I will give it a try and research.