commit 6db5f1f6da11ba09bfb2fb9cfdc2b3d3a6d323fd
parent d3a1428a982bfd083f7e5f6047f269921aebf8b0
Author: ng0 <ng0@n0.is>
Date: Wed, 16 Oct 2019 08:49:06 +0000
use buildbot sighup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot-master.service b/buildbot-master.service
@@ -6,7 +6,7 @@ AssertPathExists=/home/buildbot-master/master
[Service]
WorkingDirectory=/home/buildbot-master/
ExecStart=/usr/local/bin/buildbot start --nodaemon master
-ExecReload=/bin/kill -HUP $MAINPID
+ExecReload=/usr/local/bin/buildbot sighup master
ExecStop=/usr/local/bin/buildbot stop master
Restart=always