mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
- systemd oneshot service + timer replaces cron job - randomized scheduling and persistent timers - journald logging with SyslogIdentifier - flock-based concurrency control - remove legacy update.log file
11 lines
151 B
SYSTEMD
11 lines
151 B
SYSTEMD
[Unit]
|
|
Description=Daily xrpld update check
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|