mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 12:36:18 +00:00
4f8d2a57e9
* Initial fully buildable/bootable Odin Support * Rework NX-Boot to FAT32 Boot for shared usage between switch and odin * Move shared packages from switch/odin to main packages folder
16 lines
338 B
SYSTEMD
16 lines
338 B
SYSTEMD
[Unit]
|
|
Description=Joypad configs directory
|
|
Before=retroarch.service umount.target
|
|
Conflicts=umount.target
|
|
After=systemd-tmpfiles-setup.service
|
|
DefaultDependencies=no
|
|
|
|
[Mount]
|
|
What=/storage/joypads:/etc/retroarch-joypad-autoconfig
|
|
Where=/tmp/joypads
|
|
Type=mergerfs
|
|
Options=defaults,allow_other,use_ino
|
|
|
|
[Install]
|
|
WantedBy=retroarch.target
|