blob: dc465f752c1c8088c71aeafd70d8b8fd6232d72c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Build service for reproducible-builds jobs
[Service]
# Restart whenever the script exits, without rate limiting:
Restart=always
StartLimitInterval=0
ExecStart=/srv/jenkins/bin/reproducible_build_service.sh %I
[Install]
WantedBy=multi-user.target
|