chiark / gitweb /
cgroup: make cgroup controller name a constant
[elogind.git] / src / cgroup.h
index 05c858c425c4e10d28c8dee6e6f6e5c1ca50ecd8..a7ca8abb063bcb6e35fd7081369babf48aa90f08 100644 (file)
@@ -26,6 +26,8 @@ typedef struct CGroupBonding CGroupBonding;
 
 #include "unit.h"
 
+#define SYSTEMD_CGROUP_CONTROLLER "name=systemd"
+
 /* Binds a cgroup to a name */
 struct CGroupBonding {
         char *controller;