chiark / gitweb /
main: implement --test
[elogind.git] / service.h
index 5ffdde19cb4c014975e8e9f42437af1ec6adc247..0a258a3774d4bc3b161e362ac2feff8e3c82a3c1 100644 (file)
--- a/service.h
+++ b/service.h
@@ -100,6 +100,8 @@ struct Service {
         pid_t main_pid, control_pid;
         bool main_pid_known:1;
 
+        bool sysv_has_lsb:1;
+
         bool failure:1; /* if we shut down, remember why */
         Watch timer_watch;