9 lines
98 B
Bash
Executable File
9 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Prepare the databases
|
|
sa-update
|
|
|
|
# Actually run Amavis
|
|
/usr/sbin/amavisd
|
|
rsyslogd -n
|