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