Skip to content

Commit dd07e52

Browse files
committed
feat: response to precommit-ci
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent 16eeb9f commit dd07e52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

system/cgroup_setter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ settings:
7373
#### Notes
7474

7575
- Write permission is required for a custom cgroup, and /sys/fs/cgroup/cgroup.procs to attach a PID to the cgroup.
76-
- A PID cannot be attached to a cgroup that has a small group.(only leaf cgroups
76+
- A PID cannot be attached to a cgroup that has a small group.(only leaf cgroup
7777

7878
## Assumptions / Known limits
7979

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
base_path: "/sys/fs/cgroup"
1+
base_path: /sys/fs/cgroup
22
settings:
3-
- directory: "autoware/system_monitor"
3+
- directory: autoware/system_monitor
44
search_word:
5-
- "__node:=system_monitor_container"
5+
- __node:=system_monitor_container

0 commit comments

Comments
 (0)