chiark / gitweb /
dbus: expose cgroup properties in introspection everywhere
[elogind.git] / src / core / special.h
index e183056a208ff0d242701bcca637da0321a8bad5..6d252e7baac7b1653e24dbbae255e90edf153564 100644 (file)
 #define SPECIAL_RUNLEVEL4_TARGET "runlevel4.target"
 #define SPECIAL_RUNLEVEL5_TARGET "runlevel5.target"
 
-/* Where we add all our system units by default */
+/* Where we add all our system units, users and machines by default */
 #define SPECIAL_SYSTEM_SLICE "system.slice"
+#define SPECIAL_USER_SLICE "user.slice"
+#define SPECIAL_MACHINE_SLICE "machine.slice"
+#define SPECIAL_ROOT_SLICE "-.slice"