summaryrefslogtreecommitdiff
path: root/src/basic/def.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-26 08:30:04 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:04 +0100
commitfaf2e887be42215c1999950d16d1975e70bbdfe9 (patch)
treec2b75d145a54baa856dae41673d2d02e0db25848 /src/basic/def.h
parent56c4f5eceb1e77ac537960e255076712fcd0e7e5 (diff)
[Patch 3/3] Add cgroups initialization and handling
Let elogind setup cgroups support on its manager initialization and free the cgroups subsystem when the manager is destroyed.
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 a6bd34c9d..00f9f2f94 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 ELOGIND_CGROUP_CONTROLLER "elogind"
+#define ELOGIND_CGROUP_CONTROLLER "name=elogind"
#define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT
#define SIGNALS_IGNORE SIGPIPE