diff options
Diffstat (limited to 'src/core/path.c')
-rw-r--r-- | src/core/path.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/path.c b/src/core/path.c index 10f9b06974..83f794be89 100644 --- a/src/core/path.c +++ b/src/core/path.c @@ -577,6 +577,10 @@ static int path_start(Unit *u) { return r; } + r = unit_acquire_invocation_id(u); + if (r < 0) + return r; + path_mkdir(p); p->result = PATH_SUCCESS; |