about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-09-05 16:48:41 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-09-05 16:48:41 +0200
commit5f719f131c3d75a99f1a09d4cd7ccccc1534a100 (patch)
treeb12872513e75cf79cbb7ea23c3dbf374ec03207c /README.md
parentef157a51d9e15c70a7294193319e6073758a09df (diff)
downloadrunit-void-5f719f131c3d75a99f1a09d4cd7ccccc1534a100.tar.gz
runit-void-5f719f131c3d75a99f1a09d4cd7ccccc1534a100.tar.xz
runit-void-5f719f131c3d75a99f1a09d4cd7ccccc1534a100.zip
core-services/sysctl: drop sysctl(8) --system requirement. 20150905
Use sysctl -p everywhere: works with procps-ng and busybox (and probably
others as well).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6f2f1c..484fecb 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ difference that I'm trying to avoid the bash dependency.
 
 - A POSIX shell
 - A POSIX awk
-- procps-ng (needs pkill -s0,1 and sysctl --system)
+- procps-ng (needs pkill -s0,1)
 - runit
 
 ### How to use it