CRON setting for a net
Posted: Tue Sep 07, 2021 12:54 am
I have a issue. We have a state wide ARES net each Monday. I change the repeater over to connect to the net via a CRON but if someone comes along with a different reflector in their radio it changes the repeater. I know I can turn off the ability to change reflectors but how do I do it via CRON?
#Monday ARES net
58 19 * * 1 root /usr/local/sbin/pistar-link ref024_a
00 21 * * 1 root /usr/local/sbin/pistar-link xrf982_b
What I need:
#Monday ARES net
58 19 * * 1 root /usr/local/sbin/pistar-link ref024_a
restriction =0
00 21 * * 1 root /usr/local/sbin/pistar-link xrf982_b
restriction =1
#Monday ARES net
58 19 * * 1 root /usr/local/sbin/pistar-link ref024_a
00 21 * * 1 root /usr/local/sbin/pistar-link xrf982_b
What I need:
#Monday ARES net
58 19 * * 1 root /usr/local/sbin/pistar-link ref024_a
restriction =0
00 21 * * 1 root /usr/local/sbin/pistar-link xrf982_b
restriction =1