mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 21:51:40 +01:00
15 lines
233 B
SYSTEMD
15 lines
233 B
SYSTEMD
[Unit]
|
|
Description=Hassio data partition
|
|
DefaultDependencies=no
|
|
After=hassio-expand.service
|
|
Before=umount.target
|
|
Conflicts=umount.target
|
|
|
|
[Mount]
|
|
What=LABEL=hassio-data
|
|
Where=/mnt/data
|
|
Type=ext4
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|