fix: update systemd service configurations#153
fix: update systemd service configurations#15318202781743 merged 1 commit intolinuxdeepin:masterfrom
Conversation
Reviewer's GuideThis PR simplifies and hardens dde-shell systemd unit configurations by removing unnecessary restart limits and enforcing a continuous restart policy for the main DDE service. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @18202781743 - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
1. Changed restart policy from 'on-failure' to 'always' for dde- shell@DDE.service to ensure continuous operation 2. These changes improve service reliability and simplify configuration by removing redundant limits fix: 更新 systemd 服务配置 1. 将 dde-shell@DDE.service 的重启策略从 'on-failure' 改为 'always' 以确 保持续运行 2. 这些改动通过移除冗余限制提高了服务可靠性并简化了配置 pms:BUG-321773
deepin pr auto review这个提交的改动主要是将 代码质量
代码性能
代码安全
语法逻辑
其他建议
总的来说,这个改动是为了提高服务的稳定性,是一个合理的改动。但是,需要确保这个改动符合项目的需求,并且在实施之前进行充分的测试和评估。 |
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, yixinshark 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 |
shell@DDE.service to ensure continuous operation
by removing redundant limits
fix: 更新 systemd 服务配置
保持续运行
pms:BUG-321773
Summary by Sourcery
Simplify and improve reliability of dde-shell systemd services by removing redundant restart limits and enabling continuous restarts for the main service
Enhancements: