| [Unit] | |
| Description=CRI Proxy | |
| [Service] | |
| ExecStart=/usr/bin/criproxy -alsologtostderr \ | |
| -connect docker,virtlet:/var/run/virtlet.sock \ | |
| -kubeletcfg /etc/criproxy/kubelet.conf \ | |
| -listen /var/run/criproxy.sock | |
| Restart=always | |
| StartLimitInterval=0 | |
| RestartSec=10 | |
| [Install] | |
| WantedBy=kubelet.service |