]> git.ipfire.org Git - thirdparty/systemd.git/commit - doc/ENVIRONMENT.md
util-lib: read $SYSTEMD_PROC_CMDLINE if set when looking for the kernel cmdline
authorLennart Poettering <lennart@poettering.net>
Mon, 12 Dec 2016 12:42:06 +0000 (13:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Dec 2016 18:07:55 +0000 (19:07 +0100)
commit2467cc55f139cf540dc1ed6da5f3774fcbab4475
tree1cd1f4074f54a2bac518893df8860063cf9c86ad
parent5cfc0a84610949854ae46a5f7f2e3a56077fa92d
util-lib: read $SYSTEMD_PROC_CMDLINE if set when looking for the kernel cmdline

if we want to parse the kernel command line, let's check the
$SYSTEMD_PROC_CMDLINE environment variable first. This is useful for debugging
purposes.
ENVIRONMENT.md
src/basic/proc-cmdline.c