From 65c9d319e01f71307038eb1e4f5153667682c23e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 14 Apr 2017 19:58:41 +0200 Subject: reproducible Debian: fixup service filename Signed-off-by: Holger Levsen --- hosts/jenkins/etc/systemd/system/reproducible_build@.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hosts/jenkins/etc/systemd/system/reproducible_build@.service (limited to 'hosts/jenkins/etc/systemd/system/reproducible_build@.service') diff --git a/hosts/jenkins/etc/systemd/system/reproducible_build@.service b/hosts/jenkins/etc/systemd/system/reproducible_build@.service new file mode 100644 index 00000000..dc465f75 --- /dev/null +++ b/hosts/jenkins/etc/systemd/system/reproducible_build@.service @@ -0,0 +1,12 @@ +[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 -- cgit v1.2.3-70-g09d2