~thedsweb/yawls/gui-testing

« back to all changes in this revision

Viewing changes to debian/yawls.cron.d

  • Committer: Dominik Brämer
  • Date: 2015-01-26 13:14:50 UTC
  • Revision ID: thedsweb@googlemail.com-20150126131450-52rdfrak40f4pfgx
initial push

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Regular cron jobs for yawls
 
3
DISPLAY=:0
 
4
#
 
5
#Set all entries into comment state to deactivate the cron part of yawls completely
 
6
#
 
7
#Start yawls once every boot
 
8
@reboot root sleep 1m && /usr/bin/yawls -c
 
9
# Or every 60 Sek.
 
10
#*/1 * * * * root /usr/bin/yawls -c
 
11
# Or every 5 Min.
 
12
#*/5 * * * * root /usr/bin/yawls -c
 
13
# Or every 15 Min.
 
14
*/15 * * * * root /usr/bin/yawls -c
 
15