/snap/core20/2922/usr/lib/systemd/system/sysinit.target.wants
NameSizeModeActions
apparmor.service11620644editdlrm
cryptsetup.target4120644editdlrm
dev-hugepages.mount7500644editdlrm
dev-mqueue.mount6930644editdlrm
finalrd.service3960644editdlrm
kmod-static-nodes.service7160644editdlrm
proc-sys-fs-binfmt_misc.automount7450644editdlrm
sys-fs-fuse-connections.mount8230644editdlrm
sys-kernel-config.mount8300644editdlrm
sys-kernel-debug.mount7380644editdlrm
sys-kernel-tracing.mount7640644editdlrm
systemd-ask-password-console.path7220644editdlrm
systemd-binfmt.service11750644editdlrm
systemd-boot-system-token.service13710644editdlrm
systemd-hwdb-update.service8130644editdlrm
systemd-journal-flush.service7730644editdlrm
systemd-journald.service15580644editdlrm
systemd-machine-id-commit.service7280644editdlrm
systemd-modules-load.service10420644editdlrm
systemd-pstore.service10330644editdlrm
systemd-random-seed.service10590644editdlrm
systemd-sysctl.service6930644editdlrm
systemd-sysusers.service6950644editdlrm
systemd-timesyncd.service14840644editdlrm
systemd-tmpfiles-setup-dev.service7390644editdlrm
systemd-tmpfiles-setup.service7790644editdlrm
systemd-udev-trigger.service7530644editdlrm
systemd-udevd.service11510644editdlrm
systemd-update-utmp.service7940644editdlrm
Edit: /snap/core20/2922/usr/lib/systemd/system/systemd-udevd.service (1151B)
# SPDX-License-Identifier: LGPL-2.1+ # # 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. [Unit] Description=udev Kernel Device Manager Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no After=systemd-sysusers.service systemd-hwdb-update.service Before=sysinit.target ConditionPathIsReadWrite=/sys [Service] Type=notify # Note that udev also adjusts the OOM score internally and will reset the value internally for its workers OOMScoreAdjust=-1000 Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket Restart=always RestartSec=0 ExecStart=/lib/systemd/systemd-udevd ExecReload=udevadm control --reload --timeout 0 KillMode=mixed TasksMax=infinity PrivateMounts=yes ProtectHostname=yes MemoryDenyWriteExecute=yes RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 RestrictRealtime=yes RestrictSUIDSGID=yes LockPersonality=yes IPAddressDeny=any WatchdogSec=3min