Commit 2b94d7a0 authored by Lucas Russo's avatar Lucas Russo

scripts/sysvscripts/*: add udev rules

parent 1e840f74
# Permissions for the fpga devices
ACTION=="add", KERNEL=="fpga*", OWNER="root", GROUP="users", MODE="660", PROGRAM="/usr/local/bin/eat-dashes.sh %k", SYMLINK+="fpga/%c", RUN+="/etc/init.d/bpm-sw start %c"
ACTION=="remove", KERNEL=="fpga*", PROGRAM="/usr/local/bin/eat-dashes.sh %k", RUN+="/etc/init.d/bpm-sw stop %c"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment