]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: resolve specifier in config_parse_exec()
authorWaLyong Cho <walyong.cho@samsung.com>
Tue, 12 Jan 2016 04:40:20 +0000 (13:40 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Tue, 12 Jan 2016 08:32:08 +0000 (17:32 +0900)
commitcb48dfca6a8bc15d9081651001a16bf51e03838a
tree117c3211dd03e26229375623e7ffeb971e8953b9
parentf466acdc633fc496961eff0c7f66501f4588e5b6
core: resolve specifier in config_parse_exec()

When parse ExecXXX=, specifiers are not resolved in
config_parse_exec(). Finally, the specifiers are set into unit
properties. So, systemctl shows not resolved speicifier on "Process:"
field.
To set the exec properties well, resolve specifiers before parse the
rvale by unit_full_printf();
src/core/load-fragment.c