12 lines
271 B
SYSTEMD
12 lines
271 B
SYSTEMD
[Unit]
|
|
Description=Run orderbooks archive upload periodically
|
|
Documentation=file:/opt/orderbooks/docs/GOOGLE_DRIVE_OFFLOAD.md
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
RandomizedDelaySec=10min
|
|
Persistent=true
|
|
Unit=polymarket-orderbook-uploader.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|