Lakka-LibreELEC/projects/L4T/devices/Switch/packages/retroarch/system.d/tmp-cheats.mnt
GavinDarkglider 79731adc6a
[WIP] More switch/l4t stuff (#1543)
* Update UCM, Add initial LibreELEC build changes, Add alsastate save/restore, remove old ffmpeg from switch builds
* Add mount to switch build for cheats
* Add support for nvmpi to new ffmpeg
* L4T/Switch: use Python3
* L4T: use upstream openssh package
* openssh: add Switch specific patch for keydir
* project/device options cleanup, typos, other fixes
* moonlight: move the core to lakka packages, build for other targets
* rearange a few patches
* L4T: use upstream xorg-server package
* L4T: use upstream libglvnd package
* L4T: use upstream mesa package
* L4T: use upstream util-linux package
* Remove xpadneo from L4T builds

Co-authored-by: Tomáš Kelemen (vudiq) <vudiq@vudiq.sk>
2021-11-03 08:22:33 +01:00

16 lines
325 B
Text

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