mailcow/data/Dockerfiles/clamav/bootstrap.sh

8 lines
68 B
Bash
Executable File

#!/bin/bash
trap "kill 0" SIGINT
freshclam -d &
clamd &
sleep inf