Skip to content

Commit

Permalink
Merge pull request #472 from rackerlabs/ipa-systemd-wait-online
Browse files Browse the repository at this point in the history
feat: stop waiting for all interfaces to be online in IPA
  • Loading branch information
cardoe authored Nov 13, 2024
2 parents ff13f0f + d369795 commit e9c538c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Service]
ExecStart=
# Wait for at least one interface to become online and have IPv4 address
ExecStart=/lib/systemd/systemd-networkd-wait-online --any -4 --timeout 60

0 comments on commit e9c538c

Please sign in to comment.