]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/journald.conf.xml
journald: convert journald to use parse_proc_cmdline
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 22 Oct 2016 18:25:30 +0000 (14:25 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 22 Oct 2016 18:38:10 +0000 (14:38 -0400)
commit5707ecf300a96376449d2d7670a61e64bb53a236
treee3d166282bdb786a22418681bfea611490ae8221
parent96287a491676763849ab73bda6c4486d7f775323
journald: convert journald to use parse_proc_cmdline

This makes journald use the common option parsing functionality.
One behavioural change is implemented:
"systemd.journald.forward_to_syslog" is now equivalent to
"systemd.journald.forward_to_syslog=1".
I think it's nicer to use this way.
man/journald.conf.xml
src/journal/journald-server.c