]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
core: move config_parse_limit() to the generic conf-parser.[ch]
authorLennart Poettering <lennart@poettering.net>
Thu, 3 May 2018 17:01:21 +0000 (19:01 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 May 2018 18:36:52 +0000 (20:36 +0200)
commit4f424df760117caa461252b89e9c6680eaee2568
tree1e4e9f716e74b503b644107fc878fb58a5eee129
parent6550c24c7f21ee398a1ca0ab43603b23a3414108
core: move config_parse_limit() to the generic conf-parser.[ch]

That way we can use it in nspawn.

Also, while we are at it, let's rename the call config_parse_rlimit(),
i.e. insert the "r", to clarify what kind of limit this is about.
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/main.c
src/shared/conf-parser.c
src/shared/conf-parser.h
src/test/test-unit-file.c