summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/systemd/system/reproducible_build@service
diff options
context:
space:
mode:
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