Skip to content

Commit

Permalink
[ifupdown] Fix bridges down at boot with Debian bookworm systemd
Browse files Browse the repository at this point in the history
With Debian bookworm systemd 252.6-1, the bridge is stopped immediately
after attempting its startup.
It could be that this newer systemd removed the unexpected behavior that allowed to start
the service while its "BindsTo" device does not exists.

(cherry picked from commit 140db62)
  • Loading branch information
prahal authored and href committed Feb 19, 2024
1 parent 155663c commit 8ee3780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Documentation=https://bugs.debian.org/819314
After=local-fs.target network-pre.target networking.service systemd-sysctl.service
Before=network.target shutdown.target network-online.target
Conflicts=shutdown.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
ConditionPathIsDirectory=/run/network
DefaultDependencies=no
IgnoreOnIsolate=yes
Expand Down

0 comments on commit 8ee3780

Please sign in to comment.