Create var-lib-systemd.mount

This commit is contained in:
Pascal Vizeli 2018-03-26 22:52:29 +02:00 committed by GitHub
parent 7861018590
commit a81c8e6208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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