mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 22:13:31 +00:00
13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
[Unit]
|
|
Description=resize root file system
|
|
Before=systemd-remount-fs.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/rpi3-resizerootfs
|
|
ExecStart=/bin/systemctl --no-reload disable %n
|
|
|
|
[Install]
|
|
RequiredBy=systemd-remount-fs.service
|