bootstrap-vz/bootstrapvz/plugins/expand_root/assets/expand-root.service
2017-01-26 10:18:04 -08:00

11 lines
236 B
Desktop File

[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