summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd-services/buildbot-worker-demo-topper.service13
-rw-r--r--systemd-services/config-tips.service5
-rw-r--r--systemd-services/config-tips.timer6
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