summaryrefslogtreecommitdiff
path: root/units/systemd-journald-dev-log.socket
Commit message (Collapse)AuthorAgeFilesLines
* 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.