summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/systemd/system/reproducible_build@.service
blob: 96228f1cdd2077d48b5c01a574a1f7457e299a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
SendSIGHUP=yes

[Install]
WantedBy=multi-user.target