Skip to content

Commit

Permalink
docs(tools): sysctl node about command writing
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 12, 2024
1 parent 098075d commit 97dd06e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tools/lib/sysctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ const {$status} = await nikita.tools.sysctl({
})
console.info(`Systcl was reloaded: ${$status}`)
```

## Note

Alternatively, we could write directly to "/proc" with `sysctl -w <property>="<value>"`

0 comments on commit 97dd06e

Please sign in to comment.