OXIESEC PANEL
- Current Dir:
/
/
lib
/
systemd
/
system
/
sockets.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
📄
dbus.socket
106 bytes
10/25/2022 01:03:19 PM
rw-r--r--
📄
systemd-initctl.socket
564 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
systemd-journald-audit.socket
686 bytes
03/02/2023 12:58:02 PM
rw-r--r--
📄
systemd-journald-dev-log.socket
1.1 KB
01/28/2018 03:58:17 PM
rw-r--r--
📄
systemd-journald.socket
882 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
systemd-udevd-control.socket
635 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
systemd-udevd-kernel.socket
610 bytes
01/28/2018 03:58:17 PM
rw-r--r--
Editing: systemd-journald.socket
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=Journal Socket Documentation=man:systemd-journald.service(8) man:journald.conf(5) DefaultDependencies=no Before=sockets.target # Mount and swap units need this. If this socket unit is removed by an # isolate request the mount and swap units would be removed too, # hence let's exclude this from isolate requests. IgnoreOnIsolate=yes [Socket] ListenStream=/run/systemd/journal/stdout ListenDatagram=/run/systemd/journal/socket SocketMode=0666 PassCredentials=yes PassSecurity=yes ReceiveBuffer=8M Service=systemd-journald.service