14 lines
256 B
SYSTEMD
14 lines
256 B
SYSTEMD
[Unit]
|
|
Description=HassOS overlay partition
|
|
DefaultDependencies=no
|
|
Before=umount.target systemd-tmpfiles-setup.service
|
|
Conflicts=umount.target
|
|
|
|
[Mount]
|
|
What=/dev/disk/by-label/hassos-overlay
|
|
Where=/mnt/overlay
|
|
Type=ext4
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|