mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 18:56:18 +00:00
16 lines
371 B
SYSTEMD
16 lines
371 B
SYSTEMD
[Unit]
|
|
Description=Joypad configs directory
|
|
Before=retroarch.service
|
|
Conflicts=umount.target shutdown.target
|
|
After=systemd-tmpfiles-setup.service
|
|
DefaultDependencies=no
|
|
|
|
[Mount]
|
|
What=none
|
|
Where=/tmp/joypads
|
|
Type=overlay
|
|
Options=lowerdir=/etc/retroarch-joypad-autoconfig,upperdir=/storage/joypads,workdir=/storage/.tmp/joypads-workdir
|
|
|
|
[Install]
|
|
WantedBy=retroarch.target
|