core/path: use escaped path in serialization

This commit is contained in:
Michael Chapman 2020-05-05 13:38:25 +10:00
parent 848cfa74d2
commit f285f07752
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ static int path_serialize(Unit *u, FILE *f, FDSet *fds) {
(void) serialize_item_format(f, "path-spec", "%s %i %s",
path_type_to_string(s->type),
s->previous_exists,
s->path);
escaped);
}
return 0;