7 lines
238 B
Text
7 lines
238 B
Text
|
# Sends the reminder about coming meetings
|
||
|
#
|
||
|
# The frequency set here should be consistent with the one set in the
|
||
|
# configuration file.
|
||
|
#
|
||
|
*/30 * * * * apache cd /srv/web/gather-easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py
|