mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 15:22:08 +00:00
15 lines
239 B
SYSTEMD
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
|