Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
systemd /
system /
sysinit.target.wants /
Delete
Unzip
Name
Size
Permission
Date
Action
cryptsetup.target
420
B
-rw-r--r--
2022-10-31 18:59
dev-hugepages.mount
754
B
-rw-r--r--
2022-10-31 18:59
dev-mqueue.mount
701
B
-rw-r--r--
2022-10-31 18:59
dracut-shutdown.service
403
B
-rw-r--r--
2022-06-19 22:35
integritysetup.target
430
B
-rw-r--r--
2022-10-31 18:59
kmod-static-nodes.service
705
B
-rw-r--r--
2025-06-24 13:02
ldconfig.service
756
B
-rw-r--r--
2022-10-31 18:59
proc-sys-fs-binfmt_misc.automount
764
B
-rw-r--r--
2022-10-31 18:59
sys-fs-fuse-connections.mount
1.12
KB
-rw-r--r--
2022-10-31 18:59
sys-kernel-config.mount
1.08
KB
-rw-r--r--
2022-10-31 18:59
sys-kernel-debug.mount
730
B
-rw-r--r--
2022-10-31 18:59
sys-kernel-tracing.mount
756
B
-rw-r--r--
2022-10-31 18:59
systemd-ask-password-console.path
771
B
-rw-r--r--
2022-10-31 18:59
systemd-binfmt.service
1.17
KB
-rw-r--r--
2025-06-24 13:02
systemd-boot-random-seed.service
1
KB
-rw-r--r--
2025-06-24 12:58
systemd-firstboot.service
1.29
KB
-rw-r--r--
2022-10-31 18:59
systemd-hwdb-update.service
825
B
-rw-r--r--
2025-06-24 13:02
systemd-journal-catalog-update.service
741
B
-rw-r--r--
2022-10-31 18:59
systemd-journal-flush.service
819
B
-rw-r--r--
2022-10-31 18:59
systemd-journald.service
1.95
KB
-rw-r--r--
2025-06-24 13:02
systemd-machine-id-commit.service
748
B
-rw-r--r--
2022-10-31 18:59
systemd-modules-load.service
1019
B
-rw-r--r--
2025-06-24 13:02
systemd-pcrmachine.service
793
B
-rw-r--r--
2025-06-24 13:02
systemd-pcrphase-sysinit.service
886
B
-rw-r--r--
2025-06-24 13:02
systemd-pcrphase.service
848
B
-rw-r--r--
2025-06-24 13:02
systemd-random-seed.service
1.15
KB
-rw-r--r--
2025-06-24 13:02
systemd-repart.service
1.19
KB
-rw-r--r--
2025-06-24 13:02
systemd-sysctl.service
733
B
-rw-r--r--
2025-06-24 13:02
systemd-sysusers.service
1.19
KB
-rw-r--r--
2022-10-31 18:59
systemd-tmpfiles-setup-dev.service
837
B
-rw-r--r--
2022-10-31 18:59
systemd-tmpfiles-setup.service
999
B
-rw-r--r--
2022-10-31 18:59
systemd-udev-trigger.service
758
B
-rw-r--r--
2022-10-31 18:59
systemd-udevd.service
1.27
KB
-rw-r--r--
2025-06-24 13:02
systemd-update-done.service
682
B
-rw-r--r--
2025-06-24 13:02
systemd-update-utmp.service
807
B
-rw-r--r--
2025-06-24 13:02
veritysetup.target
427
B
-rw-r--r--
2022-10-31 18:59
Save
Rename
# SPDX-License-Identifier: LGPL-2.1-or-later # # 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/Save OS Random Seed Documentation=man:systemd-random-seed.service(8) man:random(4) DefaultDependencies=no RequiresMountsFor=/var/lib/systemd/random-seed Conflicts=shutdown.target After=systemd-remount-fs.service Before=first-boot-complete.target shutdown.target Wants=first-boot-complete.target ConditionVirtualization=!container ConditionPathExists=!/etc/initrd-release [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/lib/systemd/systemd-random-seed load ExecStop=/usr/lib/systemd/systemd-random-seed save # This service waits until the kernel's entropy pool is initialized, and may be # used as ordering barrier for service that require an initialized entropy # pool. Since initialization can take a while on entropy-starved systems, let's # increase the timeout substantially here. TimeoutSec=10min