taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 60768e49d968696591ee415be5e8ea3cc8c93962
parent f5b46f407175e01f661637c2e1d6351a0974f474
Author: MS <ms@taler.net>
Date:   Thu, 10 Sep 2020 15:22:02 +0200

sighup to BB master

Diffstat:
Msystemd-services/buildbot-master.service | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systemd-services/buildbot-master.service b/systemd-services/buildbot-master.service @@ -8,6 +8,7 @@ ExecStart=/usr/bin/buildbot start --nodaemon master ExecReload=/usr/bin/buildbot sighup master ExecStop=/usr/bin/buildbot stop master Restart=always +KillSignal=SIGHUP [Install] WantedBy=default.target