From 57834432ade3a2d50eb3d29b14c2aedc3cd3ecf8 Mon Sep 17 00:00:00 2001 From: Gianni Salinetti Date: Mon, 1 May 2017 22:13:29 +0200 Subject: [PATCH] Updated the path of the ocid binay in the systemd unit file --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index 584e084f..68435e0b 100644 --- a/tutorial.md +++ b/tutorial.md @@ -163,7 +163,7 @@ Description=OCI-based implementation of Kubernetes Container Runtime Interface Documentation=https://github.com/kubernetes-incubator/cri-o [Service] -ExecStart=/usr/bin/ocid --debug +ExecStart=/usr/local/bin/ocid --debug Restart=on-failure RestartSec=5