mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 20:35:31 +00:00
17 lines
291 B
SYSTEMD
17 lines
291 B
SYSTEMD
[Unit]
|
|
Description=Systemd persistent state
|
|
DefaultDependencies=no
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount
|
|
Before=umount.target
|
|
Conflicts=umount.target
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/var/lib/systemd
|
|
Where=/var/lib/systemd
|
|
Type=None
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassio-bind.target
|