taler-deployment

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

commit 31b2830f2837cdde09d5a1d1dcd28933ab156964
parent 3f28c6c8a3405ee2d92a940fa0f5f98e53bc47f2
Author: MS <ms@taler.net>
Date:   Tue, 25 Aug 2020 15:49:54 +0200

folder

Diffstat:
Msystemd-services/buildbot-worker-test-topper.service | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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