Skip to content

Commit

Permalink
mxvlan.service: Do no require network.service
Browse files Browse the repository at this point in the history
When mxvlan has a Requires dependency on network.service, it is stopped,
when network.service is stopped, but not started, when network.service
is restarted. Downgrade this to a Wants dependency.
  • Loading branch information
donald committed May 16, 2019
1 parent 02775cd commit 0ef998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_systemd_units/mxvlan.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=MX VLAN Setup
Requires=network.service
Wants=network.service
After=network.service
Before=network.target

Expand Down

0 comments on commit 0ef998d

Please sign in to comment.