add service to expand rootfs
This commit is contained in:
parent
3539a131d8
commit
be186d5975
10
scripts/expand-rootfs.service
Normal file
10
scripts/expand-rootfs.service
Normal 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
|
Loading…
Reference in New Issue
Block a user