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

Commit

Permalink
rc.boot: Fix ordering of mdevd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 5, 2021
1 parent 5b3c4ad commit dff289c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/rc.boot
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ log "Starting device manager..."; {
udevadm settle

elif command -v mdevd >/dev/null; then
mdevd-coldplug
mdevd & pid_mdevd=$!
mdevd-coldplug

elif command -v mdev >/dev/null; then
mdev -s
Expand Down

0 comments on commit dff289c

Please sign in to comment.