taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 889fe3cb5746c89caa0f30e2e125521188df27d8
parent 2fda49311732ea460945449b17b3d37e2b05675c
Author: MS <ms@taler.net>
Date:   Mon,  1 Mar 2021 11:20:38 +0100

Define SystemD timer.

Diffstat:
Dsystemd-services/buildbot-worker-demo-topper.service | 13-------------
Asystemd-services/config-tips.service | 5+++++
Asystemd-services/config-tips.timer | 6++++++
3 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/systemd-services/buildbot-worker-demo-topper.service b/systemd-services/buildbot-worker-demo-topper.service @@ -1,13 +0,0 @@ -[Unit] -Description=Buildbot worker service for demo-topper -AssertPathExists=%h/reserve-topper-worker - -[Service] -WorkingDirectory=%h -ExecStart=/usr/bin/buildbot-worker start --nodaemon reserve-topper-worker -ExecReload=/usr/bin/buildbot-worker restart --nodaemon reserve-topper-worker -ExecStop=/usr/bin/buildbot-worker stop reserve-topper-worker -Restart=always - -[Install] -WantedBy=default.target diff --git a/systemd-services/config-tips.service b/systemd-services/config-tips.service @@ -0,0 +1,5 @@ +[Unit] +Description=Creates/Pays a new reserve to tip Taler wallets. + +[Service] +ExecStart=%h/deployment/bin/taler-config-tips diff --git a/systemd-services/config-tips.timer b/systemd-services/config-tips.timer @@ -0,0 +1,6 @@ +[Timer] +OnCalendar=*-*-1,15 +Persistent=True + +[Install] +WantedBy=timers.target