Changed to exec clamd

This commit is contained in:
Deon George 2018-01-31 10:22:05 +11:00
parent a5c9084f93
commit cd64b4ac3c

2
init
View File

@ -18,7 +18,7 @@ if [ "$1" == "start" ]; then
# Update Daemon
/usr/bin/freshclam -dc 6
[ -x /usr/sbin/clamd ] && /usr/sbin/clamd &
[ -x /usr/sbin/clamd ] && exec /usr/sbin/clamd &
wait
else