summaryrefslogtreecommitdiffstats
path: root/testing/nldev/nldev-trigger.initd
blob: 65482d8cba70327d676216b5ffe6fb6d32d1607b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 $?
}