]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-udevd.service.in
Merge pull request #1726 from teg/networkd-2
[thirdparty/systemd.git] / units / systemd-udevd.service.in
CommitLineData
49dbfa7b
LP
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
43fefbf6 8[Unit]
4c9b12a7 9Description=udev Kernel Device Manager
ee1c0ad4 10Documentation=man:systemd-udevd.service(8) man:udev(7)
b0afe214 11DefaultDependencies=no
51dfddc2 12Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket
d8f0930e 13After=systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-sysusers.service
edeb68c5
TG
14Before=sysinit.target
15ConditionPathIsReadWrite=/sys
43fefbf6
KS
16
17[Service]
18Type=notify
2b4f9e67 19OOMScoreAdjust=-1000
51dfddc2 20Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
454591be 21Restart=always
47ec1184 22RestartSec=0
f13b388f 23ExecStart=@rootlibexecdir@/systemd-udevd
c2c13f2d 24MountFlags=slave
658f26b8 25KillMode=mixed
c2fc2c25 26WatchdogSec=3min