This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=systemd-tmpfiles --prefix=/dev --create --boot
- 
        LoadCredential=tmpfiles.extra
- 
        RemainAfterExit=yes
- 
        SuccessExitStatus=DATAERR CANTCREAT
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-sysusers.service
- 
        Before=sysinit.target local-fs-pre.target systemd-udevd.service shutdown.target initrd-switch-root.target
- 
        Conflicts=shutdown.target initrd-switch-root.target
- 
        DefaultDependencies=no
- 
        Description=Create Static Device Nodes in /dev
- 
        Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
 
- 
        
Additionnal notes
Nothing here.