1 Star 0 Fork 10

zhangwenlong01/dde-api

forked from src-openEuler/dde-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-fix-https-gitee.com-src-openeuler-dde-api-issues-I6H.patch 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
From 39f7d59f412d01f21737a2a0c14306c4c5132a49 Mon Sep 17 00:00:00 2001
From: heyitao <heyitao@uniontech.com>
Date: Fri, 10 Mar 2023 03:21:55 -0500
Subject: [PATCH] fix:https://gitee.com/src-openeuler/dde-api/issues/I6HXVH
---
misc/systemd/system/deepin-login-sound.service | 2 +-
misc/systemd/system/deepin-shutdown-sound.service | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/misc/systemd/system/deepin-login-sound.service b/misc/systemd/system/deepin-login-sound.service
index 35c8671..4f1d533 100644
--- a/misc/systemd/system/deepin-login-sound.service
+++ b/misc/systemd/system/deepin-login-sound.service
@@ -1,6 +1,6 @@
[Unit]
Description=Deepin login sound
-Requires=sound.target
+Wants=sound.target
After=dbus.service lightdm.service
[Service]
diff --git a/misc/systemd/system/deepin-shutdown-sound.service b/misc/systemd/system/deepin-shutdown-sound.service
index bfb313c..4bc5665 100644
--- a/misc/systemd/system/deepin-shutdown-sound.service
+++ b/misc/systemd/system/deepin-shutdown-sound.service
@@ -1,6 +1,7 @@
[Unit]
Description=Deepin shutdown sound
-Requisite=sound.target local-fs.target
+Requisite=local-fs.target
+Wants=sound.target
After=sound.target local-fs.target
Before=systemd-logind.service
--
2.18.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangwenlong01/dde-api.git
git@gitee.com:zhangwenlong01/dde-api.git
zhangwenlong01
dde-api
dde-api
master

搜索帮助