2017-10-08 22:18:48 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=resize root file system
|
2018-07-16 17:12:52 +02:00
|
|
|
Before=local-fs-pre.target
|
2017-10-08 22:18:48 +02:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2018-07-15 11:12:56 +02:00
|
|
|
TimeoutSec=infinity
|
2019-07-18 21:18:59 -03:00
|
|
|
ExecStart=/usr/sbin/rpi-resizerootfs
|
2018-01-04 09:02:47 +01:00
|
|
|
ExecStart=/bin/systemctl --no-reload disable %n
|
2017-10-08 22:18:48 +02:00
|
|
|
|
|
|
|
|
[Install]
|
2018-07-16 17:12:52 +02:00
|
|
|
RequiredBy=local-fs-pre.target
|