15 lines
227 B
SYSTEMD
15 lines
227 B
SYSTEMD
[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
|