Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassos-expand.service
2018-11-29 16:01:16 +00:00

15 lines
248 B
Desktop File

[Unit]
Description=HassOS data resizing
DefaultDependencies=no
Before=mnt-data.mount
RefuseManualStart=true
RefuseManualStop=true
[Service]
Type=oneshot
ExecStart=/usr/libexec/hassos-expand
RemainAfterExit=true
[Install]
WantedBy=local-fs.target