chiark / gitweb /
use more _cleanup_ macro
[elogind.git] / src / core / service.h
index 8c2c819256361f2620d57a6e37959279d0649cd9..b8f0e0c42d1d528463b378bda8c2c38602d41d55 100644 (file)
@@ -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;