Skip to content

Commit aa6df6b

Browse files
committed
just a thought
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent 1198e51 commit aa6df6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func (c *Cluster) createMachineRunArgs(machine *Machine, name string, i int) []s
349349
// .slice. This is not a requirement for the cgroupfs driver; it
350350
// won't care. Hence, just always use the .slice suffix, no matter
351351
// if it's required or not.
352-
const cgroupParent = "bootloose.slice"
352+
const cgroupParent = "/actions_job/bootloose.slice"
353353

354354
cg := path.Join(
355355
cgroupMountpoint, cgroupParent,

0 commit comments

Comments
 (0)