Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 9526398

Browse files
authored
Wait for network to be online (#204)
Propagate cloudalchemy/ansible-node-exporter#83 [minor]
1 parent e961134 commit 9526398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/prometheus.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Unit]
44
Description=Prometheus
5-
After=network.target
5+
After=network-online.target
66

77
[Service]
88
Type=simple

0 commit comments

Comments
 (0)