0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-19 15:22:08 +00:00
2016-04-06 14:16:58 -07:00

15 lines
239 B
SYSTEMD

[Unit]
Description=Docker loopback mount
Requires=local-fs.target
Before=service.system.docker.service
[Mount]
What=/storage/btrfs-loop.img
Where=/var/lib/docker
Options=loop,compress=lzo
Type=btrfs
[Install]
WantedBy=multi-user.target