aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-14 17:05:27 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-14 17:05:27 -0400
commit51f2b3bc12727e1125b7f3ddfb0c32827b39dea3 (patch)
tree6cc487d30e93450190bde84d47e66e13c69618d5 /grs/Constants.py
parentgrs/Interpret.py: add documentation. (diff)
downloadgrss-51f2b3bc12727e1125b7f3ddfb0c32827b39dea3.tar.gz
grss-51f2b3bc12727e1125b7f3ddfb0c32827b39dea3.tar.bz2
grss-51f2b3bc12727e1125b7f3ddfb0c32827b39dea3.zip
grs/Constants.py: elevate grs_group/dir to CONSTs.
Diffstat (limited to 'grs/Constants.py')
-rw-r--r--grs/Constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grs/Constants.py b/grs/Constants.py
index b9ea1d9..0eebec0 100644
--- a/grs/Constants.py
+++ b/grs/Constants.py
@@ -149,3 +149,5 @@ CONST.PIDFILE = '/run/grs.pid'
CONST.PORTAGE_CONFIGDIR = '/etc/portage'
CONST.PORTAGE_DIRTYFILE = '/etc/portage/.grs_dirty'
CONST.WORLD_CONFIG = '/etc/grs/world.conf'
+CONST.GRS_CGROUP = 'grs'
+CONST.GRS_CGROUPDIR = '/sys/fs/cgroup/grs'