diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 5b57bdd12..bd94621f3 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -70,11 +70,11 @@ "Name": "Frozen", "Actions": [ { - "Name": "JoinCgroup", + "Name": "SetAttribute", "Params": { - "Controller": "freezer", - "Path": "" + "Name": "FreezerState", + "Value": "1" } } ] @@ -83,11 +83,11 @@ "Name": "Unfrozen", "Actions": [ { - "Name": "JoinCgroup", + "Name": "SetAttribute", "Params": { - "Controller": "freezer", - "Path": "../" + "Name": "FreezerState", + "Value": "0" } } ] @@ -558,32 +558,6 @@ } ] }, - { - "Name": "FreezerDisabled", - "Actions": [ - { - "Name": "SetAttribute", - "Params": - { - "Name": "FreezerState", - "Value": "0" - } - } - ] - }, - { - "Name": "FreezerEnabled", - "Actions": [ - { - "Name": "SetAttribute", - "Params": - { - "Name": "FreezerState", - "Value": "1" - } - } - ] - } ], "AggregateProfiles": [