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