Files
systemd/units/systemd-udevd-kernel.socket

28 lines
880 B
SYSTEMD
Raw Permalink Normal View History

# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 17:35:03 +01: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.
2011-05-25 13:30:16 +02:00
[Unit]
Description=udev Kernel Socket
2021-06-15 03:54:39 +09:00
Documentation=man:systemd-udevd-kernel.socket(8) man:udev(7)
2011-05-25 13:30:16 +02:00
DefaultDependencies=no
Before=sockets.target
ConditionPathIsReadWrite=/sys
2011-05-25 13:30:16 +02:00
# To prevent loss of kernel events from isolate requests. This is important on
# switching root, as otherwise the unit is stopped by initrd-cleanup.service,
# and several early events after switching root may be lost.
IgnoreOnIsolate=yes
2011-05-25 13:30:16 +02:00
[Socket]
Service=systemd-udevd.service
ReceiveBuffer=128M
2011-05-25 13:30:16 +02:00
ListenNetlink=kobject-uevent 1
PassCredentials=yes
DeferTrigger=yes