You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
309 B
SYSTEMD
15 lines
309 B
SYSTEMD
[Unit]
|
|
Description=Mount unit for retroarch, revision 1735
|
|
Before=snapd.service
|
|
After=zfs-mount.service
|
|
|
|
[Mount]
|
|
What=/var/lib/snapd/snaps/retroarch_1735.snap
|
|
Where=/snap/retroarch/1735
|
|
Type=squashfs
|
|
Options=nodev,ro,x-gdu.hide,x-gvfs-hide
|
|
LazyUnmount=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target multi-user.target
|