Raspi-image-spec/rpi3-resizerootfs.service

13 lines
258 B
SYSTEMD
Raw Normal View History

2017-10-08 21:18:48 +01:00
[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
2017-10-08 21:18:48 +01:00
[Install]
RequiredBy=systemd-remount-fs.service