blob: da81f68bceab9877f32b1515186246e09f9541d4 (
plain)
| 1
2
3
4
5
6
7
8
9
 | Added an every ten minutes dir + job by .install file
 grep -q cron.tenminutes /var/spool/cron/root
  if [ $? = 1 ]
  then
          echo "*/10 * * * *  /usr/sbin/run-cron /etc/cron.tenminutes" >> /var/spool/cron/root
  fi
- add postfix as a dep
 |