summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/systemd/system/reproducible_build@.service
blob: f51c53dffa25b850e5656b12f2ed454a133bed3c (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