taler-deployment

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

commit 3e5f98342d0fd29b776728cc35bf6897f2ef8184
parent c507ce346387b3ebf7da0df894221e96a474475d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Jan 2025 13:50:49 +0100

set path

Diffstat:
Msystemd-services/buildbot-master.service | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/systemd-services/buildbot-master.service b/systemd-services/buildbot-master.service @@ -4,11 +4,12 @@ AssertPathExists=/home/buildbot-master/master [Service] WorkingDirectory=/home/buildbot-master/ -ExecStart=/usr/bin/buildbot start --nodaemon master -ExecReload=/usr/bin/buildbot sighup master -ExecStop=/usr/bin/buildbot stop master +ExecStart=buildbot start --nodaemon master +ExecReload=buildbot sighup master +ExecStop=buildbot stop master Restart=always KillSignal=SIGHUP +Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin" [Install] WantedBy=default.target