26 lines
651 B
Diff
26 lines
651 B
Diff
From 040ee0d91adb8b2f6dd3705e3c193a77b40e69c5 Mon Sep 17 00:00:00 2001
|
|
From: Wenchao Hao <haowenchao@huawei.com>
|
|
Date: Thu, 29 Apr 2021 16:07:59 +0800
|
|
Subject: [PATCH] Do not install isnsd.socket in isnsd.service
|
|
|
|
isnsd.socket is removed from rpm package, so here remove it from isnsd.service
|
|
to fix systemd error message
|
|
|
|
Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
|
|
---
|
|
isnsd.service | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/isnsd.service b/isnsd.service
|
|
index 76eac6c..3f5fb21 100644
|
|
--- a/isnsd.service
|
|
+++ b/isnsd.service
|
|
@@ -12,4 +12,3 @@ LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|
|
-Also=isnsd.socket
|
|
--
|
|
1.8.3.1
|
|
|