1[Unit] 2Description=Resize all internal mounted partitions 3DefaultDependencies=no 4After=local-fs.target 5ConditionPathExists=/etc/fstab 6 7[Service] 8Type=oneshot 9ExecStart=/usr/bin/resize-helper 10 11[Install] 12WantedBy=sysinit.target 13
1[Unit] 2Description=Resize all internal mounted partitions 3DefaultDependencies=no 4After=local-fs.target 5ConditionPathExists=/etc/fstab 6 7[Service] 8Type=oneshot 9ExecStart=/usr/bin/resize-helper 10 11[Install] 12WantedBy=sysinit.target 13