On Tue, Aug 12, 2025 at 11:59 AM Silvio Knizek wrote:
>
> Am Dienstag, dem 12.08.2025 um 11:02 +0300 schrieb Andrei Borzenkov:
>
> I spent some time trying to understand why a service that should have been
> started was not. It turned out rather simple - the service was
> WantedBy=default.target
I'm trying to configure SVD support using systemd-networkd on Ubuntu
24.04LTS, but I can't seem to find the right combination of files and
settings to make it work. I have it working properly in a
one-vxlan-per-bridge mode, but I'd like to have a single vlan-aware
(vlan-filtering enabled) brid
Am Dienstag, dem 12.08.2025 um 11:02 +0300 schrieb Andrei Borzenkov:
>
> I spent some time trying to understand why a service that should have
> been started was not. It turned out rather simple - the service was
> WantedBy=default.target, I explicitly used "3" on the kernel command
> line and thi
I spent some time trying to understand why a service that should have
been started was not. It turned out rather simple - the service was
WantedBy=default.target, I explicitly used "3" on the kernel command
line and this made systemd to ignore
/etc/systemd/system/default.target.wants.
Is there any