This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=sysinit.target
 
- 
        
- 
    [Service]- 
        ExecStart=systemd-sysext merge
- 
        ExecStop=systemd-sysext unmerge
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=local-fs.target
- 
        Before=sysinit.target systemd-tmpfiles.service shutdown.target initrd-switch-root.target
- 
        ConditionCapability=CAP_SYS_ADMIN
- 
        ConditionDirectoryNotEmpty=|/etc/extensions |/run/extensions |/var/lib/extensions |/usr/local/lib/extensions |/usr/lib/extensions
- 
        Conflicts=shutdown.target initrd-switch-root.target
- 
        DefaultDependencies=no
- 
        Description=Merge System Extension Images into /usr/ and /opt/
- 
        Documentation=man:systemd-sysext.service(8)
 
- 
        
Additionnal notes
Nothing here.