diff options
Diffstat (limited to 'src/cgroup.h')
-rw-r--r-- | src/cgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgroup.h b/src/cgroup.h index 05c858c425..a7ca8abb06 100644 --- a/src/cgroup.h +++ b/src/cgroup.h @@ -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; |