]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journald.socket
Merge pull request #1598 from evverx/run-oomscoreadjust
[thirdparty/systemd.git] / units / systemd-journald.socket
CommitLineData
4b2d99d9
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
4b2d99d9
LP
6# (at your option) any later version.
7
4b2d99d9
LP
8[Unit]
9Description=Journal Socket
ee1c0ad4 10Documentation=man:systemd-journald.service(8) man:journald.conf(5)
4b2d99d9 11DefaultDependencies=no
5d4caf56 12Before=sockets.target
4b2d99d9
LP
13
14# Mount and swap units need this. If this socket unit is removed by an
5eec7de6 15# isolate request the mount and swap units would be removed too,
4b2d99d9
LP
16# hence let's exclude this from isolate requests.
17IgnoreOnIsolate=yes
18
19[Socket]
259d2e76
LP
20ListenStream=/run/systemd/journal/stdout
21ListenDatagram=/run/systemd/journal/socket
4b2d99d9 22SocketMode=0666
271b032a 23PassCredentials=yes
54ecda32 24PassSecurity=yes
bb99a35a 25ReceiveBuffer=8M
03ee5c38 26Service=systemd-journald.service