]> git.ipfire.org Git - thirdparty/systemd.git/commit
service: don't bother with watching PIDs during deserialization
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Jan 2018 16:44:43 +0000 (17:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jan 2018 20:29:31 +0000 (21:29 +0100)
commiteabd3e56a6c263a5f5702cb80b2080a855be4567
tree6c56f9d0f4b0a2af409a8af80ddc8858ec0f1ccd
parent62a769136df4065ce0711625e1e78ec996447862
service: don't bother with watching PIDs during deserialization

service_coldplug() takes care of that anyway, hence drop the
unit_watch_pid() invocation entirely during serialization, it's
redundant.
src/core/service.c