Update systemd scripts

This commit is contained in:
Pascal Vizeli
2018-03-30 01:15:30 +02:00
parent bf76338a66
commit 44ccc029e0
10 changed files with 28 additions and 17 deletions

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=hassio-bind.target