This website requires JavaScript.
Explore
Help
Register
Sign In
paxton
/
mailcow
Watch
1
Star
0
Fork
You've already forked mailcow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed1679baef
mailcow
/
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-22 05:26:20 +08:00
#!/bin/bash
Initial clamd container
2017-04-21 03:13:41 +08:00
trap
"kill 0"
SIGINT
Not of any use as of today
2017-02-22 05:26:20 +08:00
freshclam -d
&
clamd
&
Initial clamd container
2017-04-21 03:13:41 +08:00
sleep inf