]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/swap.c
Merge pull request #9624 from poettering/service-state-flush
[thirdparty/systemd.git] / src / core / swap.c
index f8d6a4dd22f5fb555f9352f3e28ced9383d07c1a..000c028e77361ac8b7241f3f2df70c734b36cf54 100644 (file)
@@ -606,6 +606,7 @@ static int swap_spawn(Swap *s, ExecCommand *c, pid_t *_pid) {
                 .stdin_fd  = -1,
                 .stdout_fd = -1,
                 .stderr_fd = -1,
+                .exec_fd   = -1,
         };
         pid_t pid;
         int r;