Changeset 714 for trunk/daemon/src/set.c

Show
Ignore:
Timestamp:
03/08/10 19:49:12 (2 years ago)
Author:
cryptronic
Message:

Make the cgroup stuff more configurable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/daemon/src/set.c

    r712 r714  
    727727 
    728728                                        //try to apply the new limits directly 
    729                                         sconcat(filepath, BUF_SIZE, "/dev/cgroup/", name, cgroup_params[i], NULL); 
     729                                        sconcat(filepath, BUF_SIZE, global_settings.cgroupdir, name, cgroup_params[i], NULL); 
    730730                                        if(file_exist(filepath)) 
    731731                                        {