aboutsummaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1a6be2b..6fd1a2f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -183,9 +183,7 @@ BUILDMASTER_FACTORY.addStep(
name="restart buildmaster",
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
- command=["systemctl", "--user", "restart", "buildbot-master"],
- # Command below proved not to work.
- # command=["systemctl", "--user", "kill", "--signal", "SIGHUP", "buildbot-master"],
+ command=["systemctl", "--user", "kill", "--signal", "SIGHUP", "buildbot-master"],
workdir="../.."
)
)