Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-expand.service
2018-04-30 12:10:17 +02:00

13 lines
196 B
Desktop File

[Unit]
Description=Hassio data resizing
DefaultDependencies=no
Before=mnt-data.mount
[Service]
Type=oneshot
ExecStart=/sbin/hassio-expand
RemainAfterExit=true
[Install]
WantedBy=local-fs.target