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

11 lines
158 B
SYSTEMD
Raw Permalink Normal View History

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