]> git.pld-linux.org Git - packages/exim.git/blob - exim.cron.db
d7ba4126c2e4d96c73c7efc5fb93af1e44477166
[packages/exim.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.04686 seconds and 3 git commands to generate.