This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/bin/systemd-repart --dry-run=no
- 
        ExecStart=/usr/bin/systemd-repart --dry-run=no
- 
        RemainAfterExit=yes
- 
        SuccessExitStatus=77
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=initrd-usr-fs.target
- 
        Before=initrd-root-fs.target shutdown.target
- 
        ConditionDirectoryNotEmpty=|/usr/lib/repart.d |/usr/local/lib/repart.d |/etc/repart.d |/run/repart.d |/sysroot/usr/lib/repart.d |/sysroot/usr/local/lib/repart.d |/sysroot/etc/repart.d |/sysusr/usr/lib/repart.d |/sysusr/usr/local/lib/repart.d
- 
        ConditionVirtualization=!container
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Repartition Root Disk
- 
        Documentation=man:systemd-repart.service(8)
 
- 
        
Additionnal notes
Nothing here.