commit a5e88456295f75fc439bc86cfc45175566eba8d3 parent 3e5f98342d0fd29b776728cc35bf6897f2ef8184 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 12 Jan 2025 13:52:07 +0100 set path Diffstat:
| M | systemd-services/buildbot-master.service | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/systemd-services/buildbot-master.service b/systemd-services/buildbot-master.service @@ -4,9 +4,9 @@ AssertPathExists=/home/buildbot-master/master [Service] WorkingDirectory=/home/buildbot-master/ -ExecStart=buildbot start --nodaemon master -ExecReload=buildbot sighup master -ExecStop=buildbot stop master +ExecStart=/home/buildbot-master/.local/bin/buildbot start --nodaemon master +ExecReload=/home/buildbot-master/.local/bin/buildbot sighup master +ExecStop=/home/buildbot-master/.local/bin/buildbot stop master Restart=always KillSignal=SIGHUP Environment="PATH=/bin:/home/buildbot-master/.local/bin:/usr/bin"