diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-21 05:47:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-08-21 05:47:32 +0000 |
commit | 159ac071aa6d2642d43e1ffc00c8fc818b057979 (patch) | |
tree | 16f70d9c62e287cbc3cbb03c39065f3d1b65d26c /examples/source/mdevd | |
parent | f693b51230fffab5b60b71309b06f795058a368e (diff) | |
download | s6-rc-159ac071aa6d2642d43e1ffc00c8fc818b057979.tar.xz |
Update examples/ source database
Diffstat (limited to 'examples/source/mdevd')
-rw-r--r-- | examples/source/mdevd/consumer-for | 1 | ||||
-rw-r--r-- | examples/source/mdevd/notification-fd | 1 | ||||
-rwxr-xr-x | examples/source/mdevd/run | 5 |
3 files changed, 3 insertions, 4 deletions
diff --git a/examples/source/mdevd/consumer-for b/examples/source/mdevd/consumer-for deleted file mode 100644 index c37e40d..0000000 --- a/examples/source/mdevd/consumer-for +++ /dev/null @@ -1 +0,0 @@ -mdevd-listener diff --git a/examples/source/mdevd/notification-fd b/examples/source/mdevd/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/source/mdevd/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/source/mdevd/run b/examples/source/mdevd/run index a8542c0..7144bc9 100755 --- a/examples/source/mdevd/run +++ b/examples/source/mdevd/run @@ -1,5 +1,4 @@ #!/command/execlineb -P -fdmove -c 2 1 exec -c -s6-uevent-spawner -/bin/mdev +export PATH /command:/bin +mdevd -D 3 |