Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-expand.service
Pascal Vizeli 45c9bdac01 Finish expander
2018-04-17 11:27:17 +02:00

13 lines
201 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-pre.target