Commit 72240327 authored by d.basulto's avatar d.basulto

update crontab

parent 125894c8
GNU nano 2.8.7 File: crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
......@@ -14,8 +12,11 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
17 9 26 10 4 root /home/geoint/GStreamer_audioRecorder/startRecord.sh 60
#21 16 24 10 * root /home/geoint/GStreamer_audioRecorder/killRecorders.sh
#16 14 24 11 * root /home/geoint/GStreamer_audioRecorder/startRecord.sh 60
#17 14 24 11 * root /home/geoint/GStreamer_audioRecorder/killRecorders.sh
0 7 * * * root /home/geoint/GStreamer_audioRecorder/startRecord.sh 60
0 0 * * * root /home/geoint/GStreamer_audioRecorder/killRecorders.sh
@reboot root /home/geoint/GStreamer_audioRecorder/restartRecording.sh
#
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