This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=sysinit.target
 
- 
        
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-pstore
- 
        ExecStart=/usr/lib/systemd/systemd-pstore
- 
        RemainAfterExit=yes
- 
        StateDirectory=systemd/pstore
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=modprobe@efi_pstore.service
- 
        Before=sysinit.target shutdown.target
- 
        ConditionDirectoryNotEmpty=/sys/fs/pstore
- 
        ConditionVirtualization=!container
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Platform Persistent Storage Archival
- 
        Documentation=man:systemd-pstore(8)
- 
        Wants=modprobe@efi_pstore.service
 
- 
        
Additionnal notes
Nothing here.