summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/jenkins')
-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]