]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udevd-kernel.socket
shell-completion: replace "gdb" verb with "debug" for coredumpctl
[thirdparty/systemd.git] / units / systemd-udevd-kernel.socket
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
49dbfa7b
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
e52e0846
KS
10[Unit]
11Description=udev Kernel Socket
ee1c0ad4 12Documentation=man:systemd-udevd.service(8) man:udev(7)
e52e0846 13DefaultDependencies=no
b1795915 14Before=sockets.target
4bb3a126 15ConditionPathIsReadWrite=/sys
e52e0846
KS
16
17[Socket]
51dfddc2 18Service=systemd-udevd.service
d5d78543 19ReceiveBuffer=128M
e52e0846 20ListenNetlink=kobject-uevent 1
eed08327 21PassCredentials=yes