chiark / gitweb /
core: warn and ignore SysVStartPriority=
[elogind.git] / src / core / service.h
index 54fbe46fa443ded2c0a8120cbb97769d28b57c58..f6a78c403b6a58eb1a8620d2d9f0d0787f475c15 100644 (file)
@@ -180,9 +180,6 @@ struct Service {
         bool bus_name_good:1;
         bool forbid_restart:1;
         bool start_timeout_defined:1;
-#ifdef HAVE_SYSV_COMPAT
-        int sysv_start_priority;
-#endif
 
         char *bus_name;