fix: Adjust xrpld systemd service and update timer (#7374)

This commit is contained in:
Michael Legleux
2026-05-31 20:33:19 -07:00
committed by GitHub
parent 7e15621e7b
commit 0fffe23abc
3 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ Description=Daily xrpld update check
[Timer]
OnCalendar=*-*-* 00:00:00
RandomizedDelaySec=24h
RandomizedDelaySec=4h
Persistent=true
[Install]

View File

@@ -2,14 +2,15 @@
Description=XRP Ledger Daemon
After=network-online.target
Wants=network-online.target
StartLimitIntervalSec=300
StartLimitIntervalSec=5min
StartLimitBurst=5
[Service]
Type=simple
ExecStart=/usr/bin/xrpld --net --silent --conf /etc/xrpld/xrpld.cfg
Restart=always
Restart=on-failure
RestartSec=5s
TimeoutStopSec=5min
NoNewPrivileges=true
ProtectSystem=full
ProtectHome=true