1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
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