chiark / gitweb /
unit: don't accidently create ordering links to targets when default deps are off...
[elogind.git] / src / service.h
index e06ff3d45a7505577f75d78998c37eac67ae81d1..627b356e2b68973debd24a72c7f1415f4402e94f 100644 (file)
@@ -125,6 +125,7 @@ struct Service {
         bool permissions_start_only;
         bool root_directory_start_only;
         bool remain_after_exit;
+        bool guess_main_pid;
 
         /* If we shut down, remember why */
         bool failure:1;