Files
2024-07-11 14:16:35 +02:00

15 lines
335 B
Desktop File

[Unit]
Description=Resize root filesystem to fit available disk space
DefaultDependencies=false
After=mount-partitions.service
Before=local-fs.target serial-getty@ttySTM0.service netdata.service
[Service]
Type=oneshot
ExecStartPre=-/bin/udevadm settle
ExecStart=-/sbin/resize-helper
WatchdogSec=45
[Install]
WantedBy=local-fs.target