Add fix systemd

This commit is contained in:
Pascal Vizeli
2018-03-31 00:19:26 +02:00
parent 663a88e15e
commit 4f90c7513c
15 changed files with 107 additions and 100 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Hassio boot partition
DefaultDependencies=no
Before=umount.target
After=local-fs.target
Conflicts=umount.target
[Mount]
What=LABEL=hassio-boot
Where=/mnt/boot
Type=auto
[Install]
WantedBy=multi-user.target