Skip to content

Commit

Permalink
udev init script: always exit 0 when starting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Oct 2, 2017
1 parent d23b4f2 commit e8fec59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/common/overlay/etc/init.d/S12udev
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ start() {
/sbin/udevadm trigger --type=subsystems --action=add
/sbin/udevadm trigger --type=devices --action=add
/sbin/udevadm settle --timeout=30

return 0
}

stop() {
Expand Down

0 comments on commit e8fec59

Please sign in to comment.