2012-05-21 20:12:18 +07: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 18:30:16 +07:00
|
|
|
[Unit]
|
|
|
|
Description=udev Kernel Socket
|
2012-05-21 20:12:18 +07:00
|
|
|
Documentation=man:udev(7)
|
|
|
|
Documentation=man:udevd(8)
|
2011-05-25 18:30:16 +07:00
|
|
|
DefaultDependencies=no
|
2011-10-12 07:02:16 +07:00
|
|
|
ConditionCapability=CAP_MKNOD
|
2011-05-25 18:30:16 +07:00
|
|
|
|
|
|
|
[Socket]
|
2012-04-18 21:29:43 +07:00
|
|
|
Service=systemd-udev.service
|
2011-05-25 18:30:16 +07:00
|
|
|
ReceiveBuffer=134217728
|
|
|
|
ListenNetlink=kobject-uevent 1
|
2012-01-01 10:00:16 +07:00
|
|
|
PassCredentials=yes
|