generic-sbc-images/scripts/expand-rootfs.service

11 lines
172 B
SYSTEMD
Raw Normal View History

2024-01-03 06:58:16 +00:00
[Unit]
Description=Expand root filesystem
[Service]
ExecStart=$(command -v bash) /usr/local/bin/expand-rootfs.sh
Type=oneshot
User=root
[Install]
WantedBy=default.target