add cron script to sync plc db and rt every hour
[monitor.git] / rt3 / syncrtusers.cron
1 SHELL=/bin/bash
2 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/share/monitor/rt3
3 HOME=/usr/share/monitor
4 MAILTO=soltesz@cs.princeton.edu
5
6 01 * * * * root getusersfromplc.py | adduserstort.pl -
7