diff options
Diffstat (limited to 'hosts/jenkins/etc/systemd/system')
-rw-r--r-- | hosts/jenkins/etc/systemd/system/reproducible_build@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/systemd/system/reproducible_build@.service b/hosts/jenkins/etc/systemd/system/reproducible_build@.service index dc465f75..f51c53df 100644 --- a/hosts/jenkins/etc/systemd/system/reproducible_build@.service +++ b/hosts/jenkins/etc/systemd/system/reproducible_build@.service @@ -5,7 +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 ExecStart=/srv/jenkins/bin/reproducible_build_service.sh %I [Install] |