Skip to content

Commit

Permalink
mxvlan.service: Order after network.service
Browse files Browse the repository at this point in the history
mxvlan.service expects the (renamed) network interfaces to be available.
Currently it races with network.service which does the renaming. Fix
that.
  • Loading branch information
donald committed Jun 3, 2024
1 parent 3570ce5 commit 7ea4490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/systemd/system/mxvlan.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
DefaultDependencies=no
After=sysinit.target
After=network.service
Before=network.target

[Service]
Expand Down

0 comments on commit 7ea4490

Please sign in to comment.