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-journald.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=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 [Service] Type=notify Sockets=systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket ExecStart=/lib/systemd/systemd-journald Restart=always RestartSec=0 NotifyAccess=all StandardOutput=null 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 FileDescriptorStoreMax=1024 # Increase the default a bit in order to allow many simultaneous # services being run since we keep one fd open per service. Also, when # flushing journal files to disk, we might need a lot of fds when many # journal files are combined. LimitNOFILE=16384