]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udevd-kernel.socket
test-execute: Add tests for new PassEnvironment= directive
[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
4bb3a126 13ConditionPathIsReadWrite=/sys
e52e0846
KS
14
15[Socket]
51dfddc2 16Service=systemd-udevd.service
d5d78543 17ReceiveBuffer=128M
e52e0846 18ListenNetlink=kobject-uevent 1
eed08327 19PassCredentials=yes