Updated the path of the ocid binay in the systemd unit file

This commit is contained in:
Gianni Salinetti 2017-05-01 22:13:29 +02:00
parent f648cd6e60
commit 57834432ad

View file

@ -163,7 +163,7 @@ Description=OCI-based implementation of Kubernetes Container Runtime Interface
Documentation=https://github.com/kubernetes-incubator/cri-o Documentation=https://github.com/kubernetes-incubator/cri-o
[Service] [Service]
ExecStart=/usr/bin/ocid --debug ExecStart=/usr/local/bin/ocid --debug
Restart=on-failure Restart=on-failure
RestartSec=5 RestartSec=5