summaryrefslogtreecommitdiffstats
path: root/recipes-core/numad/numad-0.6/numad.conf.patch
blob: 0b63ca0059bb129f88bd61bb40c30027e84a7873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Add DIRECTORY_MOUNT_POINT to configuration file.

Signed-off-by: Radu Patriu <radu.patriu@enea.com>
Upstream-Status: Pending

Index: numad/numad.conf
===================================================================
--- numad.orig/numad.conf	2014-03-13 17:12:38.000000000 +0200
+++ numad/numad.conf	2014-03-13 17:40:39.417851081 +0200
@@ -3,3 +3,4 @@
 # Default INTERVAL is 15
 # modify below to change it
 INTERVAL=15
+DIRECTORY_MOUNT_POINT="/sys/fs/cgroup/cpuset"