diff options
Diffstat (limited to 'src/service.c')
-rw-r--r-- | src/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c index 7f8d005f00..0845d21bad 100644 --- a/src/service.c +++ b/src/service.c @@ -1470,7 +1470,7 @@ static void service_set_state(Service *s, ServiceState state) { /* For the inactive states unit_notify() will trim the cgroup, * but for exit we have to do that ourselves... */ - if (state == SERVICE_EXITED) + if (state == SERVICE_EXITED && s->meta.manager->n_deserializing <= 0) cgroup_bonding_trim_list(s->meta.cgroup_bondings, true); if (old_state != state) |