summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-17 17:53:13 +0200
committerMS <ms@taler.net>2020-09-17 17:53:13 +0200
commit2f819bddaa7f0ae2d24982e141fb5f13882be04f (patch)
tree468bc8905953d15af7cde6de9f1d1663da9b38b5 /buildbot
parent97da6ef293ae26ef55a1bc67dc6acf4e5c9ad7aa (diff)
downloaddeployment-2f819bddaa7f0ae2d24982e141fb5f13882be04f.tar.gz
deployment-2f819bddaa7f0ae2d24982e141fb5f13882be04f.tar.bz2
deployment-2f819bddaa7f0ae2d24982e141fb5f13882be04f.zip
fix custom signal sending via systemd
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f77475f..1ca7041 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -392,7 +392,7 @@ BUILDMASTER_FACTORY.addStep(
name="restart buildmaster",
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
- command=["systemctl", "kill", "--signal", "SIGHUP"],
+ command=["systemctl", "kill", "--signal", "SIGHUP", "buildbot-master"],
workdir="../.."
)
)