summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-30 10:42:53 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-11-30 19:10:40 -0500
commit9e37c9544b22aab2173695ac9c0e4b8bb02cb75c (patch)
tree5311e9f9ce751761d24280f2e89e212c8252098e /src/core/service.h
parenta2c0e528b8b5ba370527db279605e4e4135689c1 (diff)
core: warn and ignore SysVStartPriority=
Option was being parsed but not used for anything.
Diffstat (limited to 'src/core/service.h')
-rw-r--r--src/core/service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/service.h b/src/core/service.h
index 54fbe46fa4..f6a78c403b 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -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;