mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-24 07:25:06 +08:00
10 lines
No EOL
200 B
Bash
10 lines
No EOL
200 B
Bash
#!/bin/sh
|
|
#
|
|
# Written by Jerry Benton <mailscanner@mailborder.com>
|
|
#
|
|
# see /etc/MailScanner/defaults
|
|
|
|
# hourly cron items - includes ms-check to check if MS is running
|
|
/usr/sbin/ms-cron HOURLY
|
|
|
|
exit 0 |