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

16 lines
365 B
SYSTEMD

[Unit]
Description=RetroArch system directory
Before=retroarch.service
Conflicts=umount.target shutdown.target
After=systemd-tmpfiles-setup.service
DefaultDependencies=no
[Mount]
What=none
Where=/tmp/system
Type=overlay
Options=lowerdir=/usr/share/retroarch/system,upperdir=/storage/system,workdir=/storage/.tmp/system-workdir
[Install]
WantedBy=retroarch.target