We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df0487 commit 01789c7Copy full SHA for 01789c7
README.md
@@ -7,3 +7,6 @@ Simple daemon to set value of CPU DMA Latency (`/dev/cpu_dma_latency`)
7
```bash
8
dmald <latency_value> #(or -1 to terminate daemon)
9
```
10
+
11
+- The first process will be the daemon, and others will send signal to the daemon to change the value.
12
+- You may need to be **root** or a member of **realtime**.
0 commit comments