#!/bin/sh

exec 2>&1
mkdir -p /run/clamav
chown -R _clamav:_clamav /run/clamav
exec clamd -F
