1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00
mailcow-dockerized/data/Dockerfiles/clamav/bootstrap.sh
2017-04-20 21:13:41 +02:00

8 lines
68 B
Bash
Executable File

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