Skip to content

Commit 9550b04

Browse files
committed
modify: fix README.md
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent 7a2b216 commit 9550b04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

system/cgroup_setter/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ format
2727
```yaml
2828
base_path: "/sys/fs/cgroup"
2929
settings:
30+
- directory: "xxx/xxx"
31+
search_word:
32+
- "xxxxx"
33+
- "xxxxx"
3034
- directory: "xxx/xxx"
3135
search_word:
3236
- "xxxxx"
3337
```
3438
The following is an example of joining the PID from running `pgrep -f`
35-
with the keyword `__node:=system_monitor_container` to a cgroup named `/sys/fs/cgrpi/autoware/system_monitor`.
39+
with the keyword `__node:=system_monitor_container` to a cgroup named `/sys/fs/cgroup/autoware/system_monitor`.
3640

3741
example
3842
```yaml
@@ -43,6 +47,7 @@ settings:
4347
- "__node:=system_monitor_container"
4448
```
4549
#### Rules
50+
4651
- The value of settings must be a sequence.
4752

4853
example

0 commit comments

Comments
 (0)