1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 06:02:23 +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

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