代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/dde-api 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From ccebd5e41abd9526ba9ed57cff2d0fe13ee3bc12 Mon Sep 17 00:00:00 2001
From: leeffo <liweiganga@uniontech.com>
Date: Mon, 31 Jul 2023 11:44:25 +0800
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 38fcda1..fbc0fc5 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 71797e7..33604c6 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
Conflicts=shutdown.target
Before=shutdown.target
--
2.20.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。