]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udevd-kernel.socket
zsh_completion: Split out zsh _coredumpctl
[thirdparty/systemd.git] / units / systemd-udevd-kernel.socket
CommitLineData
49dbfa7b
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
e52e0846
KS
8[Unit]
9Description=udev Kernel Socket
ee1c0ad4 10Documentation=man:systemd-udevd.service(8) man:udev(7)
e52e0846 11DefaultDependencies=no
b1795915 12Before=sockets.target
9371e6f3 13ConditionCapability=CAP_MKNOD
e52e0846
KS
14
15[Socket]
51dfddc2 16Service=systemd-udevd.service
e52e0846
KS
17ReceiveBuffer=134217728
18ListenNetlink=kobject-uevent 1
eed08327 19PassCredentials=yes