chiark / gitweb /
journal: support changing the console tty to forward to
[elogind.git] / src / journal / journald-gperf.gperf
index a56f6d966e201a06e9e4fb8155f347fe8fa35540..9c778fcff063eb393101c333870e664e9a2a25ea 100644 (file)
@@ -29,3 +29,4 @@ Journal.ForwardToSyslog,    config_parse_bool,      0, offsetof(Server, forward_
 Journal.ForwardToKMsg,      config_parse_bool,      0, offsetof(Server, forward_to_kmsg)
 Journal.ForwardToConsole,   config_parse_bool,      0, offsetof(Server, forward_to_console)
 Journal.ImportKernel,       config_parse_bool,      0, offsetof(Server, import_proc_kmsg)
+Journal.TTYPath,            config_parse_path,      0, offsetof(Server, tty_path)