Re: [systemd-devel] Ordering dependency on device unit not working

2023-08-13 Thread Andrei Borzenkov
On 13.08.2023 22:37, Ian Pilcher wrote: I am attempting to create a service that will load device-specific netfilter rules after the corresponding device has been created (bonds, VLANs, etc.). Here is my current attempt. [Unit] Description=Apply device-specific nftables rules for %I Wa

[systemd-devel] Ordering dependency on device unit not working

2023-08-13 Thread Ian Pilcher
I am attempting to create a service that will load device-specific netfilter rules after the corresponding device has been created (bonds, VLANs, etc.). Here is my current attempt. [Unit] Description=Apply device-specific nftables rules for %I Wants=sys-devices-virtual-net-%I.device nftables.