image-specs/rpi3-resizerootfs.service
Michael Stapelberg 331f68931a Initial commit
2017-10-08 22:48:29 +02:00

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