From 705caf67edb23c91f1f9ca565bcd95cbd6d92204 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 4 Jun 2019 12:52:54 +0900 Subject: [PATCH] fix Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a92e1d4..62495f0 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ install: install -d $(DESTDIR)/$(PREFIX)/lib/systemd/system install -m0644 ./nohang.service $(DESTDIR)/$(PREFIX)/lib/systemd/system/nohang.service + chcon -t systemd_unit_file_t $(DESTDIR)/$(PREFIX)/lib/systemd/system/nohang.service uninstall: # 'make uninstall' must not fail with error if systemctl is unavailable or returns error