diff options
Diffstat (limited to 'examples/s6')
| -rwxr-xr-x | examples/s6/mdevd/log/run | 2 | ||||
| -rw-r--r-- | examples/s6/mdevd/notification-fd | 1 | ||||
| -rwxr-xr-x | examples/s6/mdevd/run | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/examples/s6/mdevd/log/run b/examples/s6/mdevd/log/run new file mode 100755 index 0000000..f3d5913 --- /dev/null +++ b/examples/s6/mdevd/log/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +mdevd diff --git a/examples/s6/mdevd/notification-fd b/examples/s6/mdevd/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/s6/mdevd/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/s6/mdevd/run b/examples/s6/mdevd/run new file mode 100755 index 0000000..c2a7b18 --- /dev/null +++ b/examples/s6/mdevd/run @@ -0,0 +1,3 @@ +#!/bin/execlineb -P +exec -c +mdevd-netlink -d 3 |
