aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/ping/files/gondul-pinger.service
blob: 5f7bbcecae9cd62917edb60134209b4123f7fdec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Gondul ping collector
Documentation=https://github.com/gathering/gondul
After=network-online.target

[Service]
ExecStart=/opt/gondul/collectors/ping.pl
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target