~awuerl/blitzortung-tracker/0.9

« back to all changes in this revision

Viewing changes to debian/cron.d

  • Committer: Andreas Würl
  • Date: 2011-06-27 23:15:30 UTC
  • Revision ID: awuerl@gmx.net-20110627231530-28xgku0k9bov975j
more robust ipc interface
access by index in blitzortung-data

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Regular cron jobs for the blitzortung-tracker package
3
3
#
4
4
 
5
 
SHELL=/bin/bash
 
5
SHELL=/bin/sh
6
6
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
7
7
 
8
8
# m h dom mon dow user  command
9
 
*/5 * * * *     root    ps >/dev/null -C blitzortung-tracker || /etc/init.d/blitzortung-tracker start 
 
9
* * * * *       root    ps >/dev/null -C blitzortung-tracker ||(service blitzortung-tracker start)