From 46cd044f177e7ad9e7d6bb8806effcce95b40068 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 14 Apr 2017 20:36:01 +0200 Subject: fixup reproducible Debian: run reproducible_build@service as jenkins user Signed-off-by: Holger Levsen --- hosts/jenkins/etc/systemd/system/reproducible_build@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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] -- cgit v1.2.3-54-g00ecf