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

Commit

Permalink
Wait for network to be online (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored May 4, 2019
1 parent d2e6a3e commit 503c3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/alertmanager.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ ansible_managed | comment }}
[Unit]
Description=Prometheus Alertmanager
After=network.target
After=network-online.target

[Service]
Type=simple
Expand Down

0 comments on commit 503c3b1

Please sign in to comment.