mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
15 lines
381 B
Desktop File
15 lines
381 B
Desktop File
# This file was created by bootstrap-vz.
|
|
# See https://github.com/andsens/bootstrap-vz/blob/master/LICENSE for
|
|
# legal notices and disclaimers.
|
|
|
|
[Unit]
|
|
Description=Expand the root partition and filesystem on boot
|
|
After=local-fs.target
|
|
Wants=local-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/expand-root.sh DEVICE PARTITION FILESYSTEM
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|