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]
|
|
|
|
ReceiveBuffer=8M
|
|
|
|
ListenNetlink=route 273
|
|
|
|
PassCredentials=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sockets.target
|