diff options
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/service.h b/src/core/service.h index 8c2c819256..b8f0e0c42d 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -175,13 +175,7 @@ struct Service { bool forbid_restart:1; bool start_timeout_defined:1; #ifdef HAVE_SYSV_COMPAT - bool is_sysv:1; - bool sysv_has_lsb:1; - bool sysv_enabled:1; - int sysv_start_priority_from_rcnd; int sysv_start_priority; - - char *sysv_runlevels; #endif char *bus_name; |