pmaports/device/testing/device-samsung-j7y17lte/etc-init.d-udev-settle
Eray Tutmaz 93f68f6253
samsung-j7y17lte: new device (MR 4502)
[ci:skip-build]: Already built successfully in CI.
2024-02-15 02:19:03 -08:00

17 lines
380 B
Text

#!/sbin/openrc-run
# Copyright 2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
depend() {
need udev
after udev-trigger
provide dev-settle
keyword -containers
}
# udev-settle takes 3 minutes to start (and fails anyway, after which the device boots). Nuking it.
start() {
ebegin "Not waiting for uevents to be processed"
eend $?
}