Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
systemd /
system /
sysinit.target.wants /
Delete
Unzip
Name
Size
Permission
Date
Action
cryptsetup.target
420
B
-rw-r--r--
2025-03-06 11:43
dev-hugepages.mount
754
B
-rw-r--r--
2025-03-06 11:43
dev-mqueue.mount
701
B
-rw-r--r--
2025-03-06 11:43
integritysetup.target
430
B
-rw-r--r--
2025-03-06 11:43
kmod-static-nodes.service
701
B
-rw-r--r--
2025-03-06 14:56
proc-sys-fs-binfmt_misc.automount
764
B
-rw-r--r--
2025-03-06 11:43
sys-fs-fuse-connections.mount
1.12
KB
-rw-r--r--
2025-03-06 11:43
sys-kernel-config.mount
1.08
KB
-rw-r--r--
2025-03-06 11:43
sys-kernel-debug.mount
730
B
-rw-r--r--
2025-03-06 11:43
sys-kernel-tracing.mount
756
B
-rw-r--r--
2025-03-06 11:43
systemd-ask-password-console.path
771
B
-rw-r--r--
2025-03-06 11:43
systemd-binfmt.service
1.18
KB
-rw-r--r--
2025-03-06 14:56
systemd-firstboot.service
1.29
KB
-rw-r--r--
2025-03-06 11:43
systemd-journal-flush.service
819
B
-rw-r--r--
2025-03-06 11:43
systemd-journald.service
2.01
KB
-rw-r--r--
2025-03-06 14:56
systemd-machine-id-commit.service
748
B
-rw-r--r--
2025-03-06 11:43
systemd-modules-load.service
1.07
KB
-rw-r--r--
2025-03-06 14:56
systemd-pcrphase-sysinit.service
878
B
-rw-r--r--
2025-03-06 14:56
systemd-pcrphase.service
840
B
-rw-r--r--
2025-03-06 14:56
systemd-random-seed.service
1.14
KB
-rw-r--r--
2025-03-06 14:56
systemd-repart.service
1.28
KB
-rw-r--r--
2025-03-06 14:56
systemd-sysctl.service
729
B
-rw-r--r--
2025-03-06 14:56
systemd-sysusers.service
1.19
KB
-rw-r--r--
2025-03-06 11:43
systemd-tmpfiles-setup-dev.service
837
B
-rw-r--r--
2025-03-06 11:43
systemd-tmpfiles-setup.service
997
B
-rw-r--r--
2025-03-06 11:43
systemd-udev-trigger.service
758
B
-rw-r--r--
2025-03-06 11:43
systemd-udevd.service
1.28
KB
-rw-r--r--
2025-03-06 14:56
systemd-update-utmp.service
799
B
-rw-r--r--
2025-03-06 14:56
veritysetup.target
427
B
-rw-r--r--
2025-03-06 11:43
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 systemd-journald-audit.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=/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 systemd-journald-audit.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