1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tomáš Kelemen (vudiq) 3504404a4c fix x11 support for RetroArch
2023-02-03 23:16:48 +01:00

22 lines
669 B
Desktop File

[Unit]
Description=Retroarch
After=tmp-assets.mount tmp-cores.mount tmp-database.mount tmp-joypads.mount tmp-overlays.mount tmp-shaders.mount tmp-system.mount
ConditionKernelCommandLine=!retroarch=0
Requires=graphical.target
[Service]
EnvironmentFile=/usr/lib/retroarch/retroarch-env.conf
EnvironmentFile=-/run/libreelec/retroarch.conf
EnvironmentFile=-/storage/.cache/services/retroarch.conf
ExecStartPre=-/usr/lib/retroarch/retroarch-config
ExecStart=/usr/bin/retroarch
# keep KillMode=process unless there is no good reason to switch to cgroup
KillMode=process
TimeoutStopSec=10
Restart=always
RestartSec=2
StartLimitInterval=0
[Install]
WantedBy=retroarch.target