ToadKing / wii-u-gc-adapter

Tool for using the Wii U GameCube Adapter on Linux
MIT License
241 stars 44 forks source link

Running wii-u-gc-adapter in the background with udev rule and script #19

Closed Ertain closed 8 years ago

Ertain commented 9 years ago

I may have figured out a way to run wii-u-gc-adapter in the background when the user plugs in the Wii U Gamecube Adapter. Usually, udev can't be bothered with running a daemon in the background. Therefore, a udev rule could run a script, which runs another script, and that script runs wii-u-gc-adapter in the background.

Ertain commented 8 years ago

Through further testing I have found that this code does not, in fact, work, and am rescinding this pull request. I have instead opted to write a daemon script for this program.