summaryrefslogtreecommitdiff
path: root/src/journal/journald-wall.h
Commit message (Collapse)AuthorAge
* journald: constify all things!Lennart Poettering2014-11-03
|
* journald: add support for wall forwardingSebastian Thorarensen2014-03-14
This will let journald forward logs as messages sent to all logged in users (like wall). Two options are added: * ForwardToWall (default yes) * MaxLevelWall (default emerg) 'ForwardToWall' is overridable by kernel command line option 'systemd.journald.forward_to_wall'. This is used to emulate the traditional syslogd behaviour of sending emergency messages to all logged in users.