]> git.proxmox.com Git - systemd.git/blame - units/systemd-udevd.service.in
Imported Upstream version 231
[systemd.git] / units / systemd-udevd.service.in
CommitLineData
663996b3
MS
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
8[Unit]
9Description=udev Kernel Device Manager
10Documentation=man:systemd-udevd.service(8) man:udev(7)
11DefaultDependencies=no
12Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket
e3bff60a 13After=systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-sysusers.service
14228c0d
MB
14Before=sysinit.target
15ConditionPathIsReadWrite=/sys
663996b3
MS
16
17[Service]
18Type=notify
19OOMScoreAdjust=-1000
20Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
21Restart=always
22RestartSec=0
23ExecStart=@rootlibexecdir@/systemd-udevd
60f067b4 24MountFlags=slave
e3bff60a 25KillMode=mixed
6300502b 26WatchdogSec=3min
5a920b42 27TasksMax=infinity