mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-08-16 17:40:58 +00:00
15 lines
242 B
SYSTEMD
15 lines
242 B
SYSTEMD
[Unit]
|
|
Description=Docker persistent configuration
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount
|
|
Before=docker.service
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/etc/docker
|
|
Where=/etc/docker
|
|
Type=none
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassos-bind.target
|