mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 06:51:22 +00:00
libretro cores, retroarch packages and also added packages (not present in LibreELEC) stored under one folder for easier maintenance
14 lines
290 B
Desktop File
14 lines
290 B
Desktop File
[Unit]
|
|
Description=RetroArch user autostart script
|
|
Before=retroarch.service
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=HOME=/storage
|
|
ExecStart=-/bin/sh -c ". /etc/profile; exec /bin/sh /storage/.config/autostart.sh"
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=retroarch.service
|