chiark / gitweb /
service: introduce Type=idle and use it for gettys
[elogind.git] / src / core / execute.h
index 428bb7c9bfe0530ef39190f14351d5715841e109..03c63d465a10950636264b060f9502635d11e0c3 100644 (file)
@@ -193,6 +193,7 @@ int exec_spawn(ExecCommand *command,
                struct CGroupBonding *cgroup_bondings,
                struct CGroupAttribute *cgroup_attributes,
                const char *cgroup_suffix,
+               int pipe_fd[2],
                pid_t *ret);
 
 void exec_command_done(ExecCommand *c);