From 0e5d471dcd32c6e334af903c5bcead702103e600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Sat, 4 May 2019 18:00:10 +0200 Subject: [PATCH] Wait for network to be online Propagate https://github.com/cloudalchemy/ansible-node-exporter/pull/83 --- templates/ebpf_exporter.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ebpf_exporter.service.j2 b/templates/ebpf_exporter.service.j2 index e114e67..ac65a26 100644 --- a/templates/ebpf_exporter.service.j2 +++ b/templates/ebpf_exporter.service.j2 @@ -2,7 +2,7 @@ [Unit] Description=Prometheus eBPF Exporter -After=network.target +After=network-online.target [Service] Type=simple