gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: Define SystemD timer.


From: gnunet
Subject: [taler-deployment] branch master updated: Define SystemD timer.
Date: Mon, 01 Mar 2021 11:20:50 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 889fe3c  Define SystemD timer.
889fe3c is described below

commit 889fe3cb5746c89caa0f30e2e125521188df27d8
Author: MS <ms@taler.net>
AuthorDate: Mon Mar 1 11:20:38 2021 +0100

    Define SystemD timer.
---
 systemd-services/buildbot-worker-demo-topper.service | 13 -------------
 systemd-services/config-tips.service                 |  5 +++++
 systemd-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
deleted file mode 100644
index e8d48dc..0000000
--- a/systemd-services/buildbot-worker-demo-topper.service
+++ /dev/null
@@ -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
new file mode 100644
index 0000000..f0eaeee
--- /dev/null
+++ 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
new file mode 100644
index 0000000..67e515e
--- /dev/null
+++ b/systemd-services/config-tips.timer
@@ -0,0 +1,6 @@
+[Timer]
+OnCalendar=*-*-1,15
+Persistent=True
+
+[Install]
+WantedBy=timers.target

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]