From e69ac871a02417c086cf2744e717ad7a7051e44a Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Wed, 24 Dec 2025 18:13:06 +0100 Subject: [PATCH] bus-unit-util: BindNetworkInterface= is a cgroup property --- src/shared/bus-unit-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index c0d665a404a..0b9e6ba073b 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -2370,6 +2370,7 @@ static const BusProperty cgroup_properties[] = { { "SocketBindDeny", bus_append_socket_filter }, { "MemoryPressureThresholdSec", bus_append_parse_sec_rename }, { "NFTSet", bus_append_nft_set }, + { "BindNetworkInterface", bus_append_string }, /* While infinity is disallowed in unit file, infinity is allowed in D-Bus API which * means use the default memory pressure duration from oomd.conf. */ @@ -2551,7 +2552,6 @@ static const BusProperty execute_properties[] = { { "StateDirectoryAccounting", bus_append_parse_boolean }, { "CacheDirectoryAccounting", bus_append_parse_boolean }, { "LogsDirectoryAccounting", bus_append_parse_boolean }, - { "BindNetworkInterface", bus_append_string }, { NULL, bus_try_append_resource_limit, dump_resource_limits }, {} -- 2.47.3