chiark / gitweb /
service: properly notice when services with a main process that isn't a child of...
[elogind.git] / src / service.h
index e3cb431cfec8ea77c86a8f8ccd1dc9f9468ba11a..55b9513f48aa3da64e94fef0ef8033faf081286a 100644 (file)
@@ -132,6 +132,7 @@ struct Service {
         bool reload_failure:1;
 
         bool main_pid_known:1;
+        bool main_pid_alien:1;
         bool bus_name_good:1;
         bool forbid_restart:1;
         bool got_socket_fd:1;