]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: use config_parse_unit_string_printf() for decoding RebootArgument=
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Nov 2017 18:23:31 +0000 (19:23 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Nov 2017 11:32:56 +0000 (12:32 +0100)
commit613613f1ee2914d8ccee63b2d1b19b9f2a1661a7
treec7f342f57b5b51a69ea0a6bc316b2a32bb028db2
parent35838def32a9ab13a12aa886b847b5a0d6056899
core: use config_parse_unit_string_printf() for decoding RebootArgument=

All other cases where we accept a reboot argument are decoded with
config_parse_unit_string_printf() rather than
config_parse_unit_path_printf(), and that's really the only thing what
makes sense here, hence adjust this here, too.
src/core/load-fragment-gperf.gperf.m4