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