a few new crontabs and better gitconfig file
[feisty_meow.git] / infobase / configuration / cron / exim_key_updater.crontab
1
2 ##############
3
4 #[service_key_updater]
5 # updates the exim4 certificate and key file once a week, which is faster
6 # than needed to stay up to date with the automated certificate renewals.
7 34 19 * * 1 (cd /etc/exim4 ; bash key_copier.sh; cd /etc/courier ; bash key_maker.sh ) &>> /tmp/${CRONUSER}-cron-service_key_updater.txt
8
9 ##############
10