0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-22 06:45:53 +00:00
Files

16 lines
494 B
Desktop File

[Unit]
Description=RetroArch user autostart script
Before=retroarch.service
After=network-online.target graphical.target
[Service]
Type=oneshot
Environment=HOME=/storage
ExecStart=-/bin/sh -c ". /etc/profile; test -f /storage/.config/autostart.sh && exec /bin/sh /storage/.config/autostart.sh"
ExecStop=-/bin/sh -c ". /etc/profile; test -f /storage/.config/autostop.sh && exec /bin/sh /storage/.config/autostop.sh"
RemainAfterExit=yes
TimeoutStopSec=5min
[Install]
WantedBy=retroarch.service