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