summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/service.h b/service.h
index 5ffdde19cb..0a258a3774 100644
--- 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;