aboutsummaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
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="../.."
)
)