fix(systemd-oomd): remove double slash
Double slash caused the path to not work
This commit is contained in:
parent
aa0e33804a
commit
b66274b2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ profile systemd-oomd @{exec_path} flags=(attach_disconnected) {
|
|||
@{sys}/fs/cgroup/cgroup.controllers r,
|
||||
@{sys}/fs/cgroup/memory.* r,
|
||||
@{sys}/fs/cgroup/system.slice/memory.* r,
|
||||
@{sys}/fs/cgroup/user.slice/{,**/}/memory.* r,
|
||||
@{sys}/fs/cgroup/user.slice/{,**/}memory.* r,
|
||||
|
||||
@{PROC}/pressure/cpu r,
|
||||
@{PROC}/pressure/io r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue