Infra: AWS Update to Ubuntu 20.04
[csit.git] / resources / tools / testbed-setup / ansible / roles / jenkins_job_health_exporter / templates / jenkins-job-health-exporter.service.j2
1 [Unit]
2 Description=Jenkins Job Health Exporter
3 Documentation=https://github.com/ayourtch/jenkins-job-health-exporter
4
5 [Service]
6 Restart=always
7 ExecStart={{ jenkins_job_health_exporter_target_dir }}/jenkins-job-health-exporter {{ jenkins_job_health_exporter_conf_dir }}/jenkins-job-health-exporter.json
8 ExecReload=/bin/kill -HUP $MAINPID
9 TimeoutStopSec=20s
10 SendSIGKILL=no
11
12 [Install]
13 WantedBy=multi-user.target