1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-02 14:42:17 +01:00

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

@@ -1,14 +0,0 @@
[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

View File

@@ -0,0 +1 @@
usr/lib/systemd/system/mnt-boot.mount

View File

@@ -1,13 +0,0 @@
[Unit]
Description=Hassio data partition
DefaultDependencies=no
Before=umount.target
Conflicts=umount.target
[Mount]
What=LABEL=hassio-data
Where=/mnt/data
Type=ext4
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
usr/lib/systemd/system/mnt-data.mount

View File

@@ -1,13 +0,0 @@
[Unit]
Description=Hassio overlay partition
DefaultDependencies=no
Before=umount.target
Conflicts=umount.target
[Mount]
What=LABEL=hassio-overlay
Where=/mnt/overlay
Type=ext4
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
usr/lib/systemd/system/mnt-overlay.mount