summaryrefslogtreecommitdiff
path: root/units/systemd-journald-dev-log.socket
Commit message (Collapse)AuthorAgeFilesLines
* units: add IgnoreOnIsolate=yes to systemd-journald tooZbigniew Jędrzejewski-Szmek2022-07-011-3/+3
| | | | | | | | | We already had it on the socket units, so it's possible that systemd-journald.service would be stopped and then restarted when trafic hits the sockets when something logs. Let's not try to stop it. It is supposed to run until the end and be eventually killed in the final killing spree. This might (or not) help with #23287.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* units: turn on timestamping for journald socketsLennart Poettering2020-10-271-3/+4
| | | | | | | To make things simple and robust when debugging journald, we'll leave the SO_TIMESTAMP invocations in the C code in place, even if they are now typically redundant, given that the sockets are already passed into the process with SO_TIMESTAMP turned on now.
* Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* journald: also increase the SendBuffer of /dev/log to 8MLennart Poettering2014-08-131-1/+7
| | | | http://lists.freedesktop.org/archives/systemd-devel/2014-August/021825.html
* journald: move /dev/log socket to /runLennart Poettering2014-06-041-0/+26
This way we can make the socket also available for sandboxed apps that have their own private /dev. They can now simply symlink the socket from /dev.