Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rc.boot: remove mdevd hotplug command
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 5, 2021
1 parent dff289c commit 2aca4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/init/rc.boot
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ log "Killing device manager to make way for service..."; {

elif [ "$pid_mdevd" ]; then
kill "$pid_mdevd"
command -v mdevd > /proc/sys/kernel/hotplug

elif [ "$pid_mdev" ]; then
kill "$pid_mdev"
Expand Down

0 comments on commit 2aca4e4

Please sign in to comment.