Skip to content

Commit

Permalink
Fix cgroups cmdline path
Browse files Browse the repository at this point in the history
  • Loading branch information
yebo29 committed Feb 24, 2024
1 parent 029eba6 commit 842bfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/raspberrypi/tasks/setup/Raspbian.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Activating cgroup support
lineinfile:
path: /boot/cmdline.txt
path: /boot/firmware/cmdline.txt
regexp: '^((?!.*\bcgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory\b).*)$'
line: '\1 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory'
backrefs: true
Expand Down

0 comments on commit 842bfd8

Please sign in to comment.