From 3193a2e60a113301aea5d1b73d3d24cf6f3cd145 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 15 Apr 2017 15:57:02 +0200 Subject: reproducible Debian: kill running builds on shutdown Signed-off-by: Holger Levsen --- hosts/jenkins/etc/systemd/system/reproducible_build@.service | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/jenkins/etc/systemd') diff --git a/hosts/jenkins/etc/systemd/system/reproducible_build@.service b/hosts/jenkins/etc/systemd/system/reproducible_build@.service index 7d54cc69..96228f1c 100644 --- a/hosts/jenkins/etc/systemd/system/reproducible_build@.service +++ b/hosts/jenkins/etc/systemd/system/reproducible_build@.service @@ -8,6 +8,7 @@ StartLimitInterval=0 User=jenkins Group=jenkins ExecStart=/srv/jenkins/bin/reproducible_build_service.sh %I +SendSIGHUP=yes [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf