aports/testing/nldev/nldev-trigger.initd
2016-04-06 19:58:22 +00:00

14 lines
191 B
Plaintext

#!/sbin/openrc-run
depend() {
need nldev
provide dev
keyword -lxc -vserver
}
start() {
ebegin "Populating /dev with existing devices through uevents"
/bin/nltrigger add all
eend $?
}