2020-11-09 12:23:58 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-19 00:35:03 +08:00
|
|
|
#
|
2015-02-02 05:13:26 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
2015-10-06 16:24:02 +08:00
|
|
|
Description=Network Service Netlink Socket
|
2015-02-02 05:13:26 +08:00
|
|
|
Documentation=man:systemd-networkd.service(8) man:rtnetlink(7)
|
2015-02-13 21:30:05 +08:00
|
|
|
ConditionCapability=CAP_NET_ADMIN
|
2015-02-02 05:13:26 +08:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sockets.target
|
|
|
|
|
|
|
|
[Socket]
|
2019-12-26 14:29:26 +08:00
|
|
|
ReceiveBuffer=128M
|
2015-10-25 21:46:21 +08:00
|
|
|
ListenNetlink=route 1361
|
2020-05-28 01:37:19 +08:00
|
|
|
PassPacketInfo=yes
|
2015-02-02 05:13:26 +08:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sockets.target
|