MAILTO=""
LD_LIBRARY_PATH="/usr/local/lib"
# run daily logrotate
0 0 * * * root /usr/sbin/logrotate -f /etc/logrotate.conf
# clean old data from database once per month [not yet implemented]
# 0 1 1 * * root /usr/local/bin/sqlite3 /media/hd0/.meta/freg.db "delete from tb_file where deleted = 1 and filemodtime < (SELECT strftime('%s','now', '-60 days'));" > /dev/null 2>&1
