summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-14 20:36:01 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-14 20:36:01 +0200
commit46cd044f177e7ad9e7d6bb8806effcce95b40068 (patch)
treefc17a88121b961dca2138ea482ef896f47b077c3 /hosts
parent9e10a498469e9a98a17add20be5f4427c256630f (diff)
downloadjenkins.debian.net-46cd044f177e7ad9e7d6bb8806effcce95b40068.tar.xz
fixup reproducible Debian: run reproducible_build@service as jenkins user
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jenkins/etc/systemd/system/reproducible_build@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/jenkins/etc/systemd/system/reproducible_build@.service b/hosts/jenkins/etc/systemd/system/reproducible_build@.service
index f51c53df..7d54cc69 100644
--- a/hosts/jenkins/etc/systemd/system/reproducible_build@.service
+++ b/hosts/jenkins/etc/systemd/system/reproducible_build@.service
@@ -5,8 +5,8 @@ Description=Build service for reproducible-builds jobs
# Restart whenever the script exits, without rate limiting:
Restart=always
StartLimitInterval=0
-user=jenkins
-group=jenkins
+User=jenkins
+Group=jenkins
ExecStart=/srv/jenkins/bin/reproducible_build_service.sh %I
[Install]