25 lines
672 B
Diff
25 lines
672 B
Diff
From 829e8d1857fe2ba5941f63eac60ef12c82cc6e9b Mon Sep 17 00:00:00 2001
|
|
From: luhuaxin <1539327763@qq.com>
|
|
Date: Thu, 30 Sep 2021 20:04:05 +0800
|
|
Subject: [PATCH] dont do daemon reload in make install
|
|
|
|
Signed-off-by: luhuaxin <1539327763@qq.com>
|
|
---
|
|
Makefile | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index ea6fdf3..858346a 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -83,6 +83,5 @@ install:
|
|
install -m 500 misc/scripts/selinux/*.sh $(SCRIPTS_DIR)/selinux
|
|
install -m 600 misc/scripts/selinux/config $(SCRIPTS_DIR)/selinux
|
|
install -m 600 misc/pavd.service $(SYSTEMD_DIR)
|
|
- systemctl daemon-reload
|
|
|
|
@echo "END INSTALL secPaver"
|
|
--
|
|
1.8.3.1
|
|
|