summaryrefslogtreecommitdiff
path: root/src/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.h')
-rw-r--r--src/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service.h b/src/service.h
index 627b356e2b..e3cb431cfe 100644
--- a/src/service.h
+++ b/src/service.h
@@ -138,6 +138,7 @@ struct Service {
#ifdef HAVE_SYSV_COMPAT
bool sysv_has_lsb:1;
bool sysv_enabled:1;
+ int sysv_start_priority_from_rcnd;
int sysv_start_priority;
char *sysv_path;