]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.c
core: fold manager_set_exec_params() into unit_set_exec_params()
authorLennart Poettering <lennart@poettering.net>
Tue, 6 Feb 2018 12:09:52 +0000 (13:09 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 12 Feb 2018 10:34:00 +0000 (11:34 +0100)
commit004c7f169e8b9b1a6201bcd1dc611ff6efe501f9
tree6224b784c58bc7f2a6c9f57774e91d808a0c0f2a
parent1d9cc8768f173b25757c01aa0d4c7be7cd7116bc
core: fold manager_set_exec_params() into unit_set_exec_params()

Let's simplify things a bit: we so far called both functions every
single time, let's just merge one into the other, so that we have fewer
functions to call.
src/core/manager.c
src/core/manager.h
src/core/mount.c
src/core/service.c
src/core/socket.c
src/core/swap.c
src/core/unit.c