mailcow/data/Dockerfiles/clamav/bootstrap.sh

8 lines
68 B
Bash
Raw Normal View History

2017-02-22 05:26:20 +08:00
#!/bin/bash
2017-04-21 03:13:41 +08:00
trap "kill 0" SIGINT
2017-02-22 05:26:20 +08:00
freshclam -d &
clamd &
2017-04-21 03:13:41 +08:00
sleep inf