Skip to content

Commit

Permalink
Update cgroups permisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Perez committed Oct 3, 2024
1 parent 4c9fa1a commit 56b9f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/agents/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platforms:
- /run
- /run/lock
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
- '/sys/fs/cgroup:/sys/fs/cgroup'
command: '/lib/systemd/systemd'
stop_signal: 'RTMIN+3'
provisioner:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ platforms:
- /run
- /run/lock
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
- '/sys/fs/cgroup:/sys/fs/cgroup'
command: '/lib/systemd/systemd'
stop_signal: 'RTMIN+3'
provisioner:
Expand Down

0 comments on commit 56b9f35

Please sign in to comment.