chiark / gitweb /
Actually working with pam
[elogind.git] / src / login / logind-user.c
index 21d7268120a9b115ce621951d8447cc86370a3c1..39fbb8d1b1638f57407c6cc69ea329d4a1260e00 100644 (file)
@@ -459,6 +459,7 @@ int user_start(User *u) {
         if (r < 0)
                 return r;
 
+#if 0
         /* Create cgroup */
         r = user_start_slice(u);
         if (r < 0)
@@ -474,6 +475,7 @@ int user_start(User *u) {
         r = user_start_service(u);
         if (r < 0)
                 return r;
+#endif
 
         if (!dual_timestamp_is_set(&u->timestamp))
                 dual_timestamp_get(&u->timestamp);