Commit 1e840f74 authored by Lucas Russo's avatar Lucas Russo

scripts/upstart/*: add udev rules

parent 1268c1d3
# 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+="/usr/bin/service start bpm-sw INSTANCE=%c"
ACTION=="remove", KERNEL=="fpga*", PROGRAM="/usr/local/bin/eat-dashes.sh %k", RUN+="/usr/bin/service stop bpm-sw INSTANCE=%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