taler-deployment

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

commit 046aa7e905b8d3f5c2207b64ed2af3e77ea93bfb
parent 0df05ca36aeb252a416c48d4a0537651be5a0582
Author: ng0 <ng0@n0.is>
Date:   Mon, 21 Oct 2019 14:53:11 +0000

add buildbot-worker-taler-{demo,test}-healthcheck service

Diffstat:
Abuildbot-worker-taler-demo-healthcheck.service | 13+++++++++++++
Abuildbot-worker-taler-test-healthcheck.service | 13+++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/buildbot-worker-taler-demo-healthcheck.service b/buildbot-worker-taler-demo-healthcheck.service @@ -0,0 +1,13 @@ +[Unit] +Description=Buildbot worker service for taler-demo-healthcheck +AssertPathExists=/home/taler-demo-healthcheck/worker + +[Service] +WorkingDirectory=/home/taler-demo-healthcheck/ +ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker +ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker +ExecStop=/usr/local/bin/buildbot-worker stop worker +Restart=always + +[Install] +WantedBy=default.target diff --git a/buildbot-worker-taler-test-healthcheck.service b/buildbot-worker-taler-test-healthcheck.service @@ -0,0 +1,13 @@ +[Unit] +Description=Buildbot worker service for taler-test-healthcheck +AssertPathExists=/home/taler-test-healthcheck/worker + +[Service] +WorkingDirectory=/home/taler-test-healthcheck/ +ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker +ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker +ExecStop=/usr/local/bin/buildbot-worker stop worker +Restart=always + +[Install] +WantedBy=default.target