2021-05-10 05:35:07 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Grow LVM volumes
|
|
|
|
Wants=systemd-udev-settle.service
|
|
|
|
After=systemd-udev-settle.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-02-03 21:23:13 +00:00
|
|
|
EnvironmentFile=-/etc/default/growvols
|
2021-05-10 05:35:07 +00:00
|
|
|
User=root
|
|
|
|
ExecStart=/usr/local/sbin/growvols --verbose --yes
|
|
|
|
RemainAfterExit=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|