[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