Follow-up for
a1d315730ffddf283d4bb9d73878fbcd97a4d244
and
6ac62d61db737b01ad3776a7688d8a4c57b3f7d9
With the aforementioned commits, unit_release_resources()
is dispatched in a dedicated queue, and Service.n_keep_fd_store
has been dropped, hence the comment is outdated. Moreover,
the unit is added to GC queue in unit_notify() already.
No other unit types do this in corresponding _enter_dead()
functions, nor does Service need it anymore.
(void) unit_set_debug_invocation(UNIT(s), false);
}
- /* The new state is in effect, let's decrease the fd store ref counter again. Let's also re-add us to the GC
- * queue, so that the fd store is possibly gc'ed again */
- unit_add_to_gc_queue(UNIT(s));
-
/* The next restart might not be a manual stop, hence reset the flag indicating manual stops */
s->forbid_restart = false;