chiark / gitweb /
main: do_switch_root() do not recursively remove across device boundaries
[elogind.git] / units / systemd-udev.service.in
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]
9 Description=udev Kernel Device Manager
10 Documentation=man:udev(7)
11 Documentation=man:udevd(8)
12 Wants=systemd-udev-control.socket systemd-udev-kernel.socket
13 After=systemd-udev-control.socket systemd-udev-kernel.socket
14 Before=basic.target
15 DefaultDependencies=no
16 ConditionCapability=CAP_MKNOD
17
18 [Service]
19 Type=notify
20 OOMScoreAdjust=-1000
21 Sockets=systemd-udev-control.socket systemd-udev-kernel.socket
22 Restart=on-failure
23 ExecStart=@rootlibexecdir@/systemd-udevd