mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-16 06:50:21 +00:00
12 lines
236 B
SYSTEMD
12 lines
236 B
SYSTEMD
|
|
[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
|