]> git.pld-linux.org Git - packages/exim-lite.git/blob - exim.cron.db
- handle all databases at one time
[packages/exim-lite.git] / exim.cron.db
1 #!/bin/sh
2 cd /
3 /usr/bin/find /var/spool/exim/db -maxdepth 1 -name '*.lockfile' -or -type f -printf '%f\0' | xargs -0r -n 1 /usr/bin/exim_tidydb /var/spool/exim > /dev/null
4
5 exit 0
This page took 0.023282 seconds and 4 git commands to generate.