summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-15 15:09:03 +0200
committerMS <ms@taler.net>2020-09-15 15:09:03 +0200
commit723cf50ba4934ec4561b6011e2aeb129808a6171 (patch)
treef9e07c38889cee493a70add0d020bf9a58b81da0 /buildbot
parent2e9e69ae0da3f4c5a15e949e8721e5321bb3665a (diff)
downloaddeployment-723cf50ba4934ec4561b6011e2aeb129808a6171.tar.gz
deployment-723cf50ba4934ec4561b6011e2aeb129808a6171.tar.bz2
deployment-723cf50ba4934ec4561b6011e2aeb129808a6171.zip
sighup better than restart
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 7555164..d8b57d0 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", "--user", "restart", "buildbot-master"],
+ command=["systemctl", "--user", "kill", "buildbot-master"],
workdir="../../master/"
)
)