This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=systemd-machine-id-setup --commit
- 
        RemainAfterExit=yes
- 
        TimeoutSec=30s
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=local-fs.target first-boot-complete.target
- 
        Before=shutdown.target
- 
        ConditionPathIsMountPoint=/etc/machine-id
- 
        ConditionPathIsReadWrite=/etc
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Commit a transient machine-id on disk
- 
        Documentation=man:systemd-machine-id-commit.service(8)
 
- 
        
Additionnal notes
Nothing here.