Skip to content
Snippets Groups Projects
Commit f07cfcb5 authored by ko-zu's avatar ko-zu Committed by Paweł Krupa
Browse files

Fix systemd service startup ordering (#83)

[patch] network.target does not provide working IP address.
We have to wait network-online.target instead.
parent b8ea0991
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
[Unit] [Unit]
Description=Prometheus Node Exporter Description=Prometheus Node Exporter
After=network.target After=network-online.target
[Service] [Service]
Type=simple Type=simple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment