/snap/core18/2999/lib/systemd/system/sysinit.target.wants
NameSizeModeActions
apparmor.service11620644editdlrm
cryptsetup.target4120644editdlrm
dev-hugepages.mount7500644editdlrm
dev-mqueue.mount6650644editdlrm
finalrd.service4190644editdlrm
kmod-static-nodes.service7170644editdlrm
proc-sys-fs-binfmt_misc.automount7450644editdlrm
sys-fs-fuse-connections.mount7950644editdlrm
sys-kernel-config.mount7670644editdlrm
sys-kernel-debug.mount7100644editdlrm
systemd-ask-password-console.path7040644editdlrm
systemd-binfmt.service9990644editdlrm
systemd-hwdb-update.service8180644editdlrm
systemd-journal-flush.service7710644editdlrm
systemd-journald.service16140644editdlrm
systemd-machine-id-commit.service7330644editdlrm
systemd-modules-load.service10070644editdlrm
systemd-random-seed.service7920644editdlrm
systemd-sysctl.service6930644editdlrm
systemd-timesyncd.service17640644editdlrm
systemd-tmpfiles-setup-dev.service7640644editdlrm
systemd-tmpfiles-setup.service7440644editdlrm
systemd-udev-trigger.service7550644editdlrm
systemd-udevd.service10060644editdlrm
systemd-update-utmp.service7940644editdlrm
Edit: /snap/core18/2999/lib/systemd/system/systemd-tmpfiles-setup-dev.service (764B)
# 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=Create Static Device Nodes in /dev Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Conflicts=shutdown.target After=systemd-sysusers.service Before=sysinit.target local-fs-pre.target systemd-udevd.service shutdown.target ConditionCapability=CAP_SYS_MODULE [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/systemd-tmpfiles --prefix=/dev --create --boot SuccessExitStatus=65