14 lines
227 B
SYSTEMD
14 lines
227 B
SYSTEMD
[Unit]
|
|
Description=Hassio overlay partition
|
|
DefaultDependencies=no
|
|
Before=umount.target
|
|
Conflicts=umount.target
|
|
|
|
[Mount]
|
|
What=/dev/disk/by-label/hassio-overlay
|
|
Where=/mnt/overlay
|
|
Type=auto
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|