From 65b05a46b9cd27837a5214ed1f89e7ba324d9490 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 28 Aug 2017 09:03:55 -0400 Subject: [PATCH] Change back to linking crio.service to cri-o.service We don't want to install two different services, but link one to the other. I have added a -f flag so that this will fix the issue where you install twice. Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23987e6d..8339d7c2 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ install.completions: install.systemd: install -D -m 644 contrib/systemd/crio.service $(PREFIX)/lib/systemd/system/crio.service install -D -m 644 contrib/systemd/crio.service $(PREFIX)/lib/systemd/system/cri-o.service - install -D -m 644 contrib/systemd/crio-shutdown.service $(PREFIX)/lib/systemd/system/crio-shutdown.service + ln -fs crio.service $(PREFIX)/lib/systemd/system/cri-o.service uninstall: rm -f $(BINDIR)/crio