summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/service.h b/service.h
index fef100bad9..0c0850a81f 100644
--- a/service.h
+++ b/service.h
@@ -99,6 +99,9 @@ struct Service {
bool failure:1; /* if we shut down, remember why */
Watch timer_watch;
+ char *sysv_path;
+ int sysv_start_priority;
+
RateLimit ratelimit;
};