feat: establish Chenglu persistent agent runtime
This commit is contained in:
commit
5aa396ac7b
17 changed files with 450 additions and 0 deletions
11
systemd/chenglu-daily.timer
Normal file
11
systemd/chenglu-daily.timer
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Wake Chenglu for the daily Fifth Domain checkin
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 08:30:00 Asia/Shanghai
|
||||
Persistent=true
|
||||
RandomizedDelaySec=10m
|
||||
Unit=chenglu-daily.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Reference in a new issue