11 lines
172 B
SYSTEMD
11 lines
172 B
SYSTEMD
|
[Unit]
|
||
|
Description=Expand root filesystem
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=$(command -v bash) /usr/local/bin/expand-rootfs.sh
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|