summaryrefslogtreecommitdiff
path: root/src/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.h')
-rw-r--r--src/service.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/service.h b/src/service.h
index 0ddaaa4c2d..3e18d221d7 100644
--- a/src/service.h
+++ b/src/service.h
@@ -111,18 +111,14 @@ struct Service {
bool root_directory_start_only;
bool valid_no_process;
- bool main_pid_known:1;
-
/* If we shut down, remember why */
bool failure:1;
-
+ bool main_pid_known:1;
bool bus_name_good:1;
-
bool allow_restart:1;
-
bool got_socket_fd:1;
-
bool sysv_has_lsb:1;
+ bool sysv_enabled:1;
int socket_fd;
int sysv_start_priority;