Skip to content

Commit

Permalink
feat: Delayed start of service
Browse files Browse the repository at this point in the history
延迟启动检查日程的定时器,避免系统环境还未准备好

Log:
  • Loading branch information
myml committed Jul 19, 2024
1 parent b85aad0 commit c40ff7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ OnActiveSec = 1s
OnUnitInactiveSec = 10m
AccuracySec = 1us
RandomizedDelaySec = 0
OnBootSec = 1m

[Install]
WantedBy = timers.target
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
dde-calendar (5.14.0) unstable; urgency=medium

* fix: build error in uos system
* fix: problem of not displaying the floating frame
* chore(CI): add debian check workflow
Thanks to kuchune
* feat: Delayed start of service

-- myml <[email protected]> Fri, 19 Jul 2024 14:21:37 +0800

dde-calendar (5.13.1) unstable; urgency=medium

* fix: install deb package error(Issue: https://github.com/linuxdeepin/developer-center/issues/7763)
Expand Down

0 comments on commit c40ff7d

Please sign in to comment.