2017-11-18 17:35:03 +01:00
# SPDX-License-Identifier: LGPL-2.1+
#
2012-05-21 15:12:18 +02: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 01:31:57 +02:00
[Unit]
2010-08-19 18:02:20 +02:00
Description = udev Kernel Device Manager
2012-06-27 01:06:35 +02:00
Documentation = man:systemd-udevd.service(8) man:udev(7)
2013-03-25 21:22:52 +01:00
DefaultDependencies = no
2017-08-15 14:22:44 +01:00
After = systemd-sysusers.service systemd-hwdb-update.service
2013-06-14 22:56:39 +02:00
Before = sysinit.target
ConditionPathIsReadWrite = /sys
2010-06-25 01:31:57 +02:00
[Service]
Type = notify
2011-04-14 14:44:21 +02:00
OOMScoreAdjust = -1000
2012-07-02 21:35:14 +02:00
Sockets = systemd-udevd-control.socket systemd-udevd-kernel.socket
2012-06-28 12:13:52 +02:00
Restart = always
2012-07-18 02:31:52 +02:00
RestartSec = 0
2012-04-16 23:32:22 +02:00
ExecStart = @rootlibexecdir@/systemd-udevd
2015-04-24 16:12:28 +02:00
KillMode = mixed
2015-09-23 17:27:39 +02:00
WatchdogSec = 3min
2016-06-23 22:31:01 +02:00
TasksMax = infinity
2016-08-26 13:23:27 +02:00
MountFlags = slave
MemoryDenyWriteExecute = yes
RestrictRealtime = yes
2016-10-06 22:40:53 +09:00
RestrictAddressFamilies = AF_UNIX AF_NETLINK AF_INET AF_INET6
2017-02-08 22:32:37 +01:00
SystemCallArchitectures = native
2017-09-14 19:45:40 +02:00
LockPersonality = yes
2017-10-04 14:16:28 +02:00
IPAddressDeny = any