This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=systemd-sysusers
- 
        LoadCredential=passwd.hashed-password.root passwd.plaintext-password.root passwd.shell.root sysusers.extra
- 
        RemainAfterExit=yes
- 
        TimeoutSec=90s
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-remount-fs.service
- 
        Before=sysinit.target systemd-update-done.service shutdown.target initrd-switch-root.target
- 
        ConditionCredential=|sysusers.extra
- 
        ConditionNeedsUpdate=|/etc
- 
        Conflicts=shutdown.target initrd-switch-root.target
- 
        DefaultDependencies=no
- 
        Description=Create System Users
- 
        Documentation=man:sysusers.d(5) man:systemd-sysusers.service(8)
 
- 
        
Additionnal notes
Nothing here.