mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Create var-lib-systemd.mount
This commit is contained in:
parent
7861018590
commit
a81c8e6208
@ -0,0 +1,16 @@
|
|||||||
|
[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=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user