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.
|
|
|
|
|
2010-06-25 06:31:57 +07:00
|
|
|
[Unit]
|
2010-08-19 23:02:20 +07:00
|
|
|
Description=udev Kernel Device Manager
|
2012-06-22 15:38:40 +07:00
|
|
|
Documentation=man:udev(7) man:systemd-udevd.service(8)
|
2012-04-18 21:29:43 +07:00
|
|
|
Wants=systemd-udev-control.socket systemd-udev-kernel.socket
|
|
|
|
After=systemd-udev-control.socket systemd-udev-kernel.socket
|
2010-10-07 15:49:13 +07:00
|
|
|
Before=basic.target
|
2011-03-23 22:40:23 +07:00
|
|
|
DefaultDependencies=no
|
2011-10-12 07:02:16 +07:00
|
|
|
ConditionCapability=CAP_MKNOD
|
2010-06-25 06:31:57 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
2011-04-14 19:44:21 +07:00
|
|
|
OOMScoreAdjust=-1000
|
2012-04-17 04:32:22 +07:00
|
|
|
Sockets=systemd-udev-control.socket systemd-udev-kernel.socket
|
2011-04-15 04:46:44 +07:00
|
|
|
Restart=on-failure
|
2012-04-17 04:32:22 +07:00
|
|
|
ExecStart=@rootlibexecdir@/systemd-udevd
|