mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
ops: draft self-hosted ownership snapshot publish flow
This commit is contained in:
parent
f24aa888b5
commit
c67748d950
5 changed files with 284 additions and 0 deletions
11
contrib/systemd/idx-ownership-snapshot-publish.timer
Normal file
11
contrib/systemd/idx-ownership-snapshot-publish.timer
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Run monthly idx ownership snapshot publish job
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-02 09:00:00
|
||||
Persistent=true
|
||||
RandomizedDelaySec=30m
|
||||
Unit=idx-ownership-snapshot-publish.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue