feat: bind obexd service lifecycle to graphical session#13
Conversation
|
TAG Bot TAG: 5.85-3deepin6 |
|
Hi @TuNaiChao. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Added PartOf=graphical-session.target to obexd.service to ensure obexd exits immediately upon user logout from graphical session. 适配v25系统,修复obexd登出后未退出的问题 在 obexd.service 中添加 PartOf=graphical-session.target,确保 用户登出图形会话时 obexd 服务立即退出,避免会话残留
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wxphaha The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Added PartOf=graphical-session.target to obexd.service to ensure
obexd exits immediately upon user logout from graphical session.
适配v25系统,修复obexd登出后未退出的问题
在 obexd.service 中添加 PartOf=graphical-session.target,确保
用户登出图形会话时 obexd 服务立即退出,避免会话残留