You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-01 22:41:53 +02:00
11 lines
174 B
Bash
Executable File
11 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Bootstrap the database if clamav is running for the first time
|
|
[ -f /data/main.cvd ] || freshclam
|
|
|
|
# Run the update daemon
|
|
freshclam -d -c 6
|
|
|
|
# Run clamav
|
|
clamd
|