10 lines
176 B
Desktop File
10 lines
176 B
Desktop File
[Unit]
|
|
Description=Grows the root partition and filesystem to match disk size
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/grow-root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|