diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 21:55:18 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 21:55:18 -0400 |
commit | dd48bd0400cdac102ea504b7003444b98b16ea24 (patch) | |
tree | 002b240ba9838c259f7a2f4e3c7cd7b0969286d6 /src/grp-network/systemd-networkd/systemd-networkd.socket | |
parent | b03497941655476dcd2898f586745764b27f90bf (diff) |
./move.sh
Diffstat (limited to 'src/grp-network/systemd-networkd/systemd-networkd.socket')
-rw-r--r-- | src/grp-network/systemd-networkd/systemd-networkd.socket | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/grp-network/systemd-networkd/systemd-networkd.socket b/src/grp-network/systemd-networkd/systemd-networkd.socket new file mode 100644 index 0000000000..9e4e9dd338 --- /dev/null +++ b/src/grp-network/systemd-networkd/systemd-networkd.socket @@ -0,0 +1,21 @@ +# 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] +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 1361 +PassCredentials=yes + +[Install] +WantedBy=sockets.target |