You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1113,7 +1113,7 @@ has_working_xtables() {
1113
1113
# --- startup systemd or openrc service ---
1114
1114
service_enable_and_start() {
1115
1115
if! grep -qs memory /sys/fs/cgroup/cgroup.controllers &&! [ "$(grep -s memory /proc/cgroups |whileread -r n n n enabled;doecho$enabled; done)" = "1" ]; then
1116
-
info 'Failed to find memory cgroup, you may need to add "cgroup_memory=1 cgroup_enable=memory" to your linux cmdline (/boot/cmdline.txt on a Raspberry Pi)'
1116
+
info 'Failed to find memory cgroup, you may need to add "cgroup_memory=1 cgroup_enable=memory" to your linux cmdline (/boot/firmware/cmdline.txt on a Raspberry Pi)'
0 commit comments