0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-15 15:39:56 +00:00

16 lines
337 B
SYSTEMD

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