Re: [systemd-devel] Semantic of WantedBy=default.target

2025-08-12 Thread Andrei Borzenkov
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

[systemd-devel] networkd Single VXLAN Device (SVD) supported?

2025-08-12 Thread Brad House
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

Re: [systemd-devel] Semantic of WantedBy=default.target

2025-08-12 Thread Silvio Knizek
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

[systemd-devel] Semantic of WantedBy=default.target

2025-08-12 Thread 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 this made systemd to ignore /etc/systemd/system/default.target.wants. Is there any