mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-10 02:55:15 +07:00
main: fix syntax of net_prio cgroup controller
This commit is contained in:
parent
2b43f939a4
commit
ac59a798f2
@ -1310,7 +1310,7 @@ int main(int argc, char *argv[]) {
|
||||
goto finish;
|
||||
|
||||
arg_join_controllers[0] = strv_new("cpu", "cpuacct", "cpuset", NULL);
|
||||
arg_join_controllers[1] = strv_new("net_cls", "netprio", NULL);
|
||||
arg_join_controllers[1] = strv_new("net_cls", "net_prio", NULL);
|
||||
arg_join_controllers[2] = NULL;
|
||||
|
||||
if (!arg_join_controllers[0])
|
||||
|
Loading…
Reference in New Issue
Block a user