]> git.ipfire.org Git - thirdparty/systemd.git/commit
scope: don't require an initialized PIDs set when deserializing
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Jul 2013 18:35:57 +0000 (20:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Jul 2013 21:41:03 +0000 (23:41 +0200)
commit0c5778a26b14093c79bfc9e8b34e2aeeb1d79b87
tree478b54f8c84c5730c9c1e8442401cda45f86d70b
parentb170dd803d334234ad7edd0dc7bb34860832bc07
scope: don't require an initialized PIDs set when deserializing

When a scope unit is created due to deserialization rather than client
request don't enforce that the PIDs set must be non-empty, since the
cgroup is already populated.
src/core/scope.c