summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/systemd/system/reproducible_build@service
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-14 19:58:41 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-14 19:58:41 +0200
commit65c9d319e01f71307038eb1e4f5153667682c23e (patch)
tree5951e1e52f4bf3bb2f3e6ca055a2a889eb1b7524 /hosts/jenkins/etc/systemd/system/reproducible_build@service
parent1541900e2987edf38b8453337e13019c1c4845ae (diff)
downloadjenkins.debian.net-65c9d319e01f71307038eb1e4f5153667682c23e.tar.xz
reproducible Debian: fixup service filename
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/jenkins/etc/systemd/system/reproducible_build@service')
-rw-r--r--hosts/jenkins/etc/systemd/system/reproducible_build@service12
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/jenkins/etc/systemd/system/reproducible_build@service b/hosts/jenkins/etc/systemd/system/reproducible_build@service
deleted file mode 100644
index dc465f75..00000000
--- a/hosts/jenkins/etc/systemd/system/reproducible_build@service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Build service for reproducible-builds jobs
-
-[Service]
-# Restart whenever the script exits, without rate limiting:
-Restart=always
-StartLimitInterval=0
-
-ExecStart=/srv/jenkins/bin/reproducible_build_service.sh %I
-
-[Install]
-WantedBy=multi-user.target