]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-networkd.socket
units: drop full paths for utilities in $PATH
[thirdparty/systemd.git] / units / systemd-networkd.socket
index 8cd7bab67ac9bd8c2efaa7c0aec387d3a55bbb8e..445193e8d343bb012893cf8e94fd75b6b9b16d31 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -6,15 +8,15 @@
 #  (at your option) any later version.
 
 [Unit]
-Description=networkd rtnetlink socket
+Description=Network Service Netlink Socket
 Documentation=man:systemd-networkd.service(8) man:rtnetlink(7)
 ConditionCapability=CAP_NET_ADMIN
 DefaultDependencies=no
 Before=sockets.target
 
 [Socket]
-ReceiveBuffer=8M
-ListenNetlink=route 273
+ReceiveBuffer=128M
+ListenNetlink=route 1361
 PassCredentials=yes
 
 [Install]