chiark / gitweb /
Don't try to set up cgroups for new users
[elogind.git] / src / login / logind-session.c
index d9167197e0859286cb9b5eaa47f863bd1c5cb650..f55dca385800ca569aae83548d89ce47461d2d74 100644 (file)
@@ -547,9 +547,11 @@ int session_start(Session *s) {
                 return r;
 
         /* Create cgroup */
+#if 0
         r = session_start_scope(s);
         if (r < 0)
                 return r;
+#endif
 
         log_struct(s->class == SESSION_BACKGROUND ? LOG_DEBUG : LOG_INFO,
                    LOG_MESSAGE_ID(SD_MESSAGE_SESSION_START),