parchlinuxarm-images/overlay/etc/systemd/system/expand-rootfs.service

12 lines
212 B
SYSTEMD
Raw Normal View History

2024-07-23 11:16:58 +03:30
[Unit]
Description=Expand root partition and filesystem to SD card
After=local-fs.target
Wants=local-fs.target
[Service]
ExecStart=/usr/local/bin/expand-rootfs
Type=oneshot
[Install]
WantedBy=multi-user.target