Commit f0ab812
committed
fix: update systemd service configurations
1. Removed StartLimitBurst=3 from both dde-shell services as it was
unnecessary for desktop environment services
2. Changed restart policy from 'on-failure' to 'always' for dde-
shell@DDE.service to ensure continuous operation
3. These changes improve service reliability and simplify configuration
by removing redundant limits
fix: 更新 systemd 服务配置
1. 从两个 dde-shell 服务中移除了 StartLimitBurst=3 参数,因为对桌面环境
服务来说没有必要
2. 将 dde-shell@DDE.service 的重启策略从 'on-failure' 改为 'always' 以确
保持续运行
3. 这些改动通过移除冗余限制提高了服务可靠性并简化了配置
pms:BUG-3217731 parent 67a487c commit f0ab812
2 files changed
Lines changed: 1 addition & 3 deletions
File tree
- systemd/dde-session-initialized.target.wants
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
0 commit comments