This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        Environment=HOME=/root
- 
        ExecStart=/usr/bin/stargz-store --log-level=debug --config=/etc/stargz-store/config.toml /var/lib/stargz-store/store
- 
        ExecStopPost=umount /var/lib/stargz-store/store
- 
        Restart=always
- 
        RestartSec=1
- 
        Type=notify
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Before=crio.service
- 
        Description=stargz store
 
- 
        
Additionnal notes
Nothing here.