peach-img-builder/rpi3-resizerootfs.service

13 lines
258 B
Desktop File

[Unit]
Description=resize root file system
Before=systemd-remount-fs.service
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/bin/rpi3-resizerootfs
ExecStart=/bin/systemctl --no-reload disable %n
[Install]
RequiredBy=systemd-remount-fs.service