OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17210
/
lib
/
systemd
/
system
/
sysinit.target.wants
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/02/2024 07:52:55 PM
rwxr-xr-x
📄
console-setup.service
288 bytes
06/16/2016 11:10:57 AM
rw-r--r--
📄
cryptsetup.target
366 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
dev-hugepages.mount
670 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
dev-mqueue.mount
624 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
keyboard-setup.service
285 bytes
06/16/2016 11:25:04 AM
rw-r--r--
📄
kmod-static-nodes.service
677 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
proc-sys-fs-binfmt_misc.automount
693 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
setvtrgb.service
269 bytes
01/31/2017 11:50:56 AM
rw-r--r--
📄
sys-fs-fuse-connections.mount
715 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
sys-kernel-config.mount
719 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
sys-kernel-debug.mount
662 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-ask-password-console.path
646 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-binfmt.service
959 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-hwdb-update.service
778 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-journal-flush.service
731 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-journald.service
1.25 KB
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-machine-id-commit.service
693 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-modules-load.service
967 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-random-seed.service
717 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-sysctl.service
653 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-tmpfiles-setup-dev.service
703 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-tmpfiles-setup.service
683 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-udev-trigger.service
743 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-udevd.service
825 bytes
03/03/2023 04:27:39 AM
rw-r--r--
📄
systemd-update-utmp.service
754 bytes
03/03/2023 04:27:39 AM
rw-r--r--
Editing: systemd-udev-trigger.service
Close
# 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 Coldplug all Devices Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no Wants=systemd-udevd.service After=systemd-udevd-kernel.socket systemd-udevd-control.socket systemd-hwdb-update.service Before=sysinit.target ConditionPathIsReadWrite=/sys [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/udevadm trigger --type=subsystems --action=add ; /bin/udevadm trigger --type=devices --action=add