mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 22:03:30 +00:00
12 lines
210 B
Desktop File
12 lines
210 B
Desktop File
[Unit]
|
|
Description=resize root file system
|
|
Before=systemd-remount-fs.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rpi3-resizerootfs
|
|
|
|
[Install]
|
|
RequiredBy=systemd-remount-fs.service
|