aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/templates/jenkins-job-health-exporter.service.j2
blob: 38073d0a8c7209bb7ed3e48a63aab6aff7aed940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Jenkins Job Health Exporter
Documentation=https://github.com/ayourtch/jenkins-job-health-exporter

[Service]
Restart=always
ExecStart={{ jenkins_job_health_exporter_target_dir }}/jenkins-job-health-exporter {{ jenkins_job_health_exporter_conf_dir }}/jenkins-job-health-exporter.json
ExecReload=/bin/kill -HUP $MAINPID
TimeoutStopSec=20s
SendSIGKILL=no

[Install]
WantedBy=multi-user.target