]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: split out code parsing env vars into a function of its own
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Dec 2018 20:54:11 +0000 (21:54 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Dec 2018 11:54:56 +0000 (12:54 +0100)
commitd5455d2f98d213e89470a4d2ec447300f468914f
tree195bb3166854d0be8b4d99f0544f8228e1b0e619
parent5eee829043b21b8fdfddfa2119a314d612dc4a3d
nspawn: split out code parsing env vars into a function of its own

This then let's us to ensure it's called after we parsed the cmdline,
and after we loaded the settings file, so that it these env var settings
override everything loaded from there.
src/nspawn/nspawn.c