taler-deployment

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

commit 2ec63041f28d79f7aac5a9c9fd901cf8f0420ae2
parent 387467d02c91275411eb9b7582f975ce3fbdeeb6
Author: ng0 <ng0@n0.is>
Date:   Wed, 16 Oct 2019 14:27:11 +0000

test-topper worker

Diffstat:
Abuildbot-worker-test-topper.service | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/buildbot-worker-test-topper.service b/buildbot-worker-test-topper.service @@ -0,0 +1,13 @@ +[Unit] +Description=Buildbot worker service for test-topper +AssertPathExists=/home/test-reserve-topper/worker + +[Service] +WorkingDirectory=/home/test-reserve-topper/ +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