summaryrefslogtreecommitdiff
path: root/src/basic/def.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2016-12-30 14:09:01 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:18:01 +0100
commitf88c58a33748ad36866544b45e4fe06c506d4c31 (patch)
tree82c1d44b92781affcbc607e20f5b9d06037b301b /src/basic/def.h
parent1cfc78c91965df340cdde100ad6cb3ed50b28927 (diff)
Prep v221: Some more cleanup and a few fixes
The files - src/core/org.freedesktop.systemd.policy.in.in and - src/core/systemd.pc.in have been deleted as they are not needed. The other changes are some minor fixes.
Diffstat (limited to 'src/basic/def.h')
-rw-r--r--src/basic/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/def.h b/src/basic/def.h
index 5aaba1fe8..a6bd34c9d 100644
--- a/src/basic/def.h
+++ b/src/basic/def.h
@@ -35,7 +35,7 @@
* the watchdog pings will keep the loop busy. */
#define DEFAULT_EXIT_USEC (30*USEC_PER_SEC)
-#define SYSTEMD_CGROUP_CONTROLLER "systemd"
+#define ELOGIND_CGROUP_CONTROLLER "elogind"
#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT
#define SIGNALS_IGNORE SIGPIPE