summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/systemd/system/reproducible_build@.service
blob: 7d54cc69bd2fe0cf0bd81b4e33993dccf329a8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Build service for reproducible-builds jobs

[Service]
# 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]
WantedBy=multi-user.target