1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-15 07:29:08 +00:00
Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/mnt-data.mount
Pascal Vizeli 3a5d2de705 Rename OS (#16)
Rename OS
2018-05-14 22:37:39 +02:00

16 lines
292 B
SYSTEMD

[Unit]
Description=HassOS data partition
Wants=hassos-expand.service
DefaultDependencies=no
After=hassos-expand.service
Before=umount.target systemd-tmpfiles-setup.service
Conflicts=umount.target
[Mount]
What=LABEL=hassos-data
Where=/mnt/data
Type=ext4
[Install]
WantedBy=multi-user.target