summarylogtreecommitdiffstats
path: root/nldev.initd
blob: 1e1d88e325f983a76516250887fe9af7a84a334c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/openrc-run

description="nldev is a simple netlink device manager"
command=/usr/bin/nldev
supervisor="supervise-daemon"
command_args="-k ${nldev_opts}"
name="NetLink DEVice manager"

depend()
{
	need sysfs dev-mount
	before checkfs fsck nltrigger
	provide dev
}