1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-12-16 00:42:11 +02:00

16 lines
331 B
SYSTEMD

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