diff options
author | Andy Wingo <wingo@pobox.com> | 2016-03-02 20:50:35 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-03-06 16:00:51 +0100 |
commit | 6f5035f2db6ab7b4beae46c44b95e6a8b6d956b5 (patch) | |
tree | f8450fe598e26941ac963cb90f79115155fb7dd9 /src/shared | |
parent | d0681e32d26895aadcf9afd15aba21a73d70bb4c (diff) |
Set up cgroups when logind starts
This code is from systemd.
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/def.h b/src/shared/def.h index a6046b4d3f..7958f18c1e 100644 --- a/src/shared/def.h +++ b/src/shared/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 "name=systemd" +#define SYSTEMD_CGROUP_CONTROLLER "name=elogind" #define SIGNALS_CRASH_HANDLER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT #define SIGNALS_IGNORE SIGPIPE |