units: let's set a socket name for networkd rtnl socket

Let's make our networkd sockets recognizable purely by name. It hink
already for debugging it's a good idea to always set socket names, in
particular for services that have multiple sockets they listen on.

This adds a name to the rtnl socket, which so far missed one. Note that
the C code won't look for it, for compat with older versions, but at
least things are a bit more debuggable.
This commit is contained in:
Lennart Poettering
2025-10-21 15:56:25 +02:00
parent ec9ec7fa3a
commit 5ba49cc834

View File

@@ -18,6 +18,7 @@ Conflicts=shutdown.target
[Socket]
ReceiveBuffer=128M
ListenNetlink=route 1361
FileDescriptorName=rtnl
PassPacketInfo=yes
[Install]