scripts/taler-landing: hernani user systemd timer for central stats
Install path for hernani@koopa: oneshot service plus 2-minute timer that runs the bank full scan and refreshes exchange/merchant stats via podman.
This commit is contained in:
parent
25695805b4
commit
746d7a41af
4 changed files with 108 additions and 0 deletions
13
configs/systemd/user/taler-landing-stats.timer
Normal file
13
configs/systemd/user/taler-landing-stats.timer
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Timer · Taler landing stats (every 2 min)
|
||||
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/taler-landing/README.md
|
||||
|
||||
[Timer]
|
||||
OnBootSec=90s
|
||||
OnUnitActiveSec=2min
|
||||
AccuracySec=20s
|
||||
Persistent=true
|
||||
Unit=taler-landing-stats.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue