add service to expand rootfs

This commit is contained in:
Pratham Patel 2024-01-03 12:28:16 +05:30
parent 3539a131d8
commit be186d5975
No known key found for this signature in database

View File

@ -0,0 +1,10 @@
[Unit]
Description=Expand root filesystem
[Service]
ExecStart=$(command -v bash) /usr/local/bin/expand-rootfs.sh
Type=oneshot
User=root
[Install]
WantedBy=default.target