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=Journal Service Documentation=man:systemd-journald.service(8) man:journald.conf(5) DefaultDependencies=no Requires=systemd-journald.socket After=systemd-journald.socket systemd-journald-dev-log.socket syslog.socket Before=sysinit.target # Mount and swap units need the journal socket units. If they were removed by # an isolate request the mount and swap units would be removed too, hence let's # exclude systemd-journald and its sockets from isolate requests. IgnoreOnIsolate=yes [Service] DeviceAllow=char-* rw ExecStart=/usr/lib/systemd/systemd-journald FileDescriptorStoreMax=4224 IPAddressDeny=any LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes OOMScoreAdjust=-250 ProtectClock=yes Restart=always RestartSec=0 RestrictAddressFamilies=AF_UNIX AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes RuntimeDirectory=systemd/journal RuntimeDirectoryPreserve=yes Sockets=systemd-journald.socket systemd-journald-dev-log.socket StandardOutput=null SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service Type=notify WatchdogSec=3min # In case you're wondering why CAP_SYS_PTRACE is needed, access to # /proc/<pid>/exe requires this capability. Thus if this capability is missing # the _EXE=/OBJECT_EXE= fields will be missing from the journal entries. CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID CAP_MAC_OVERRIDE # If there are many split up journal files we need a lot of fds to access them # all in parallel. LimitNOFILE=524288