mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 23:33:29 +00:00
14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=resize root file system
|
|
Before=local-fs-pre.target
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
TimeoutSec=infinity
|
|
ExecStart=/usr/sbin/rpi-resizerootfs
|
|
ExecStart=/bin/systemctl --no-reload disable %n
|
|
|
|
[Install]
|
|
RequiredBy=local-fs-pre.target
|