From b5190a190d133660b3bba2187c6b5186a1655224 Mon Sep 17 00:00:00 2001
From: Jamie Anderson <jamieand@amazon.com>
Date: Tue, 15 Sep 2020 17:40:30 +0000
Subject: [PATCH] Update path to use packaged daemon executable in service unit

Signed-off-by: Jamie Anderson <jamieand@amazon.com>
---
 containerd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containerd.service b/containerd.service
index 38a345945..4e262acb3 100644
--- a/containerd.service
+++ b/containerd.service
@@ -21,7 +21,7 @@ After=network.target local-fs.target
 #uncomment to enable the experimental sbservice (sandboxed) version of containerd/cri integration
 #Environment="ENABLE_CRI_SANDBOXES=sandboxed"
 ExecStartPre=-/sbin/modprobe overlay
-ExecStart=/usr/local/bin/containerd
+ExecStart=/usr/bin/containerd
 
 Type=notify
 Delegate=yes
-- 
2.40.1