0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 08:01:23 +00:00
2022-12-16 00:42:11 +02:00

16 lines
333 B
SYSTEMD

[Unit]
Description=RetroArch system directory
Before=retroarch.service umount.target
Conflicts=umount.target
After=systemd-tmpfiles-setup.service
DefaultDependencies=no
[Mount]
What=/storage/system:/usr/share/retroarch/system
Where=/tmp/system
Type=mergerfs
Options=defaults,allow_other,use_ino
[Install]
WantedBy=retroarch.target