From: Mike Yuan Date: Wed, 24 Dec 2025 17:13:06 +0000 (+0100) Subject: bus-unit-util: BindNetworkInterface= is a cgroup property X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e69ac871a02417c086cf2744e717ad7a7051e44a;p=thirdparty%2Fsystemd.git bus-unit-util: BindNetworkInterface= is a cgroup property --- 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 }, {}