summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/unit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/unit.c b/src/core/unit.c
index 3aa1bf25f7..494dee4156 100644
--- a/src/core/unit.c
+++ b/src/core/unit.c
@@ -2776,6 +2776,7 @@ int unit_deserialize(Unit *u, FILE *f, FDSet *fds) {
if (r < 0)
log_debug("Failed to parse CPU usage %s", v);
+ continue;
} else if (streq(l, "cgroup")) {
char *s;