summarylogtreecommitdiffstats
path: root/nldev.early
diff options
context:
space:
mode:
Diffstat (limited to 'nldev.early')
-rw-r--r--nldev.early2
1 files changed, 1 insertions, 1 deletions
diff --git a/nldev.early b/nldev.early
index 77e823684a03..b4bb26bb2d3c 100644
--- a/nldev.early
+++ b/nldev.early
@@ -6,7 +6,7 @@
case "$1" in
start)
stat_busy "Starting nldev daemon"
- nldev -r /usr/bin/smdev &
+ nldev -k &
echo $! > /run/nldev.pid
# Note: This is only needed for initialization, nldev will
# be controlled by runit on stage 2.