pmaports/device/testing/device-samsung-a6lte/etc-init.d-udev-settle
Sergey Lisov 4867a3f4e3
samsung-a6lte: new device (Samsung Galaxy A6 2018) (MR 3393)
[ci:skip-build] Already built successfuly on CI in MR
2022-09-07 08:12:14 +02: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 $?
}