mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 09:43:53 +00:00
11 lines
219 B
SYSTEMD
11 lines
219 B
SYSTEMD
[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
|