chiark / gitweb /
core: make sure to serialize jobs for all units
[elogind.git] / src / core / manager.c
index 1e3e1273adadca0c1b105ac30315ec6bc10ae2bd..d0af6741edf766ba8139cffb487acd1e0675e0b9 100644 (file)
@@ -2131,9 +2131,6 @@ int manager_serialize(Manager *m, FILE *f, FDSet *fds, bool switching_root) {
                 if (u->id != t)
                         continue;
 
-                if (!unit_can_serialize(u))
-                        continue;
-
                 /* Start marker */
                 fputs(u->id, f);
                 fputc('\n', f);