2016-01-25 00:59:44 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Grow root partition
|
2016-02-10 02:47:18 +00:00
|
|
|
Wants=systemd-udev-settle.service
|
|
|
|
After=systemd-udev-settle.service
|
2016-01-25 00:59:44 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
User=root
|
|
|
|
ExecStart=/usr/local/sbin/growroot
|
|
|
|
RemainAfterExit=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|