OXIESEC PANEL
- Current Dir:
/
/
lib
/
systemd
/
system
/
sysinit.target.wants
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 08:41:32 AM
rwxr-xr-x
📄
cryptsetup.target
412 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
dev-hugepages.mount
750 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
dev-mqueue.mount
665 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
kmod-static-nodes.service
717 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
plymouth-read-write.service
244 bytes
04/04/2019 03:41:18 PM
rw-r--r--
📄
plymouth-start.service
532 bytes
04/04/2019 03:41:18 PM
rw-r--r--
📄
proc-sys-fs-binfmt_misc.automount
745 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
sys-fs-fuse-connections.mount
795 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
sys-kernel-config.mount
767 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
sys-kernel-debug.mount
710 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
systemd-ask-password-console.path
704 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
systemd-binfmt.service
999 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-hwdb-update.service
818 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-journal-flush.service
771 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-journald.service
1.58 KB
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-machine-id-commit.service
733 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-modules-load.service
1007 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-random-seed.service
792 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-sysctl.service
693 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-tmpfiles-setup-dev.service
764 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-tmpfiles-setup.service
744 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-udev-trigger.service
755 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-udevd.service
1006 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-update-utmp.service
794 bytes
03/02/2023 12:58:02 PM
rw-r--r--
Editing: systemd-modules-load.service
Close
# 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=Load Kernel Modules Documentation=man:systemd-modules-load.service(8) man:modules-load.d(5) DefaultDependencies=no Conflicts=shutdown.target Before=sysinit.target shutdown.target ConditionCapability=CAP_SYS_MODULE ConditionDirectoryNotEmpty=|/lib/modules-load.d ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d ConditionDirectoryNotEmpty=|/etc/modules-load.d ConditionDirectoryNotEmpty=|/run/modules-load.d ConditionKernelCommandLine=|modules-load ConditionKernelCommandLine=|rd.modules-load [Service] Type=oneshot RemainAfterExit=yes ExecStart=/lib/systemd/systemd-modules-load TimeoutSec=90s