Skip to content
Snippets Groups Projects
Commit d8eb5d0b authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Forward port r4608. update udev rule for symmetricom -> gpstime

Also add additional ACTION to call calc_gps_offset.py at load time.


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4622 6dcd42c9-f523-4c6d-aada-af552506706e
parent 28d626a6
No related branches found
No related tags found
No related merge requests found
KERNEL=="gpstime", ACTION=="add", RUN+="__SHARE__/module-manage.sh add gpstime"
KERNEL=="gpstime", ACTION=="add", RUN+="__SHARE__/calc_gps_offset.py -a"
KERNEL=="gpstime", ACTION=="remove", RUN+="__SHARE__/module-manage.sh remove gpstime"
KERNEL=="symmetricom", ACTION=="add", RUN+="__SHARE__/module-manage.sh add symmetricom"
KERNEL=="symmetricom", ACTION=="remove", RUN+="__SHARE__/module-manage.sh remove symmetricom"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment