mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 12:36:18 +00:00
ccac6853d9
* libglvnd: add back exception for L4T and Ayn * xorg-launch-helper: special case for odin * Odin: fix retroarch assets path
16 lines
323 B
SYSTEMD
16 lines
323 B
SYSTEMD
[Unit]
|
|
Description=Assets directory
|
|
Before=retroarch.service umount.target
|
|
Conflicts=umount.target
|
|
After=systemd-tmpfiles-setup.service
|
|
DefaultDependencies=no
|
|
|
|
[Mount]
|
|
What=/storage/assets:/usr/share/retroarch/assets
|
|
Where=/tmp/assets
|
|
Type=mergerfs
|
|
Options=defaults,allow_other,use_ino
|
|
|
|
[Install]
|
|
WantedBy=retroarch.target
|