blob: 124d0eb6961029f00ddb9e044eb2bce8e1a49289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# by mihanson
I really have no idea how this bluetooth stuff works. If anyone wants to
take a stab at getting this working properly with runit, feel free. I
only need this package to get mythpywii working.
2010-04-01:
Make this package work with runit. All daemons were seperated into their
own run scripts. Of particular interest is rfcomm and hid2hci utilities.
They are not daemons and I added "/sbin/sv <executable> down ." in their
respective run files. All based on this thread:
http://article.gmane.org/gmane.comp.sysutils.supervision.general/1585/
|