You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
# Prepare the databases
|
|
sa-update
|
|
|
|
# Update the AV database
|
|
freshclam
|
|
|
|
# Actually run Amavis
|
|
rm -f /var/run/rsyslogd.pid
|
|
/usr/sbin/clamd
|
|
/usr/sbin/amavisd
|
|
rsyslogd -n
|