This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
mailcow-dockerized
Watch
1
Star
0
Fork
0
You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced
2025-01-26 05:27:29 +02:00
Code
Issues
Releases
Activity
mailcow-dockerized
/
data
/
Dockerfiles
/
clamav
/
bootstrap.sh
8 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Not of any use as of today
2017-02-21 22:26:20 +01:00
#!/bin/bash
Initial clamd container
2017-04-20 21:13:41 +02:00
trap
"kill 0"
SIGINT
Not of any use as of today
2017-02-21 22:26:20 +01:00
freshclam -d
&
clamd
&
Initial clamd container
2017-04-20 21:13:41 +02:00
sleep inf
Reference in New Issue
Copy Permalink