kiran-authentication-service/0004-fix-DBus-service-Fix-the-DBus-Service-Exec-field-pro.patch

28 lines
1.0 KiB
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From 537a766a4bb882cfa8bae9bdcc5c87ba48e7f550 Mon Sep 17 00:00:00 2001
From: liuxinhao <liuxinhao@kylinsec.com.cn>
Date: Mon, 24 Apr 2023 12:38:02 +0800
Subject: [PATCH] fix(DBus service): Fix the DBus Service Exec field problem
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修复DBus服务配置Exec字段宏填写错误导致不能正常拉起认证服务的问题
---
data/com.kylinsec.Kiran.Authentication.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/com.kylinsec.Kiran.Authentication.service.in b/data/com.kylinsec.Kiran.Authentication.service.in
index 683c943..278cacf 100644
--- a/data/com.kylinsec.Kiran.Authentication.service.in
+++ b/data/com.kylinsec.Kiran.Authentication.service.in
@@ -1,5 +1,5 @@
[D-BUS Service]
Name=com.kylinsec.Kiran.Authentication
-Exec=@INSTALL_BINDIR@/kiran-authentication-daemon
+Exec=@CMAKE_INSTALL_FULL_BINDIR@/kiran-authentication-daemon
User=root
SystemdService=kiran-authentication-daemon.service
--
2.33.0