taler-deployment

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

commit 270f9e3cc4c01b51042e80e70a0e1af9f678a6d0
parent faaa9b433f0ea663bfe2175c61eb2dc049c7bc1f
Author: ng0 <ng0@n0.is>
Date:   Wed, 16 Oct 2019 14:21:15 +0000

lcov worker

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

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