Skip to content

Commit

Permalink
Don't start till after network-online.target
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Aug 8, 2024
1 parent c923e91 commit b600d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_shed.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Daemon to run ansible and exports stats ready for prometheus collection
After=systemd-resolved.service network.target
After=systemd-resolved.service network-online.target

[Service]
Type=simple
Expand Down

0 comments on commit b600d9e

Please sign in to comment.