This website requires JavaScript.
Explore
Help
Register
Sign In
Gnous
/
mailcow
Watch
2
Star
0
Fork
0
You've already forked mailcow
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
a46a84a949
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-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